summaryrefslogtreecommitdiff
path: root/ld/emultempl
Commit message (Expand)AuthorAgeFilesLines
...
* Use bool in ldAlan Modra2021-03-3138-514/+514
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* TRUE/FALSE simplificationAlan Modra2021-03-291-3/+2
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-226-14/+14
* aix: implement TLS relocation for gas and ldClément Chigot2021-03-121-0/+38
* RISC-V: Improve multiple relax passes problem.Nelson Chu2021-03-111-1/+5
* elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu2021-03-051-1/+1
* PR27451, -z start_stop_gcAlan Modra2021-03-011-0/+4
* PR27226, ld.bfd contains huge .rodata sectionAlan Modra2021-01-264-2/+121
* SHF_LINK_ORDER fixup_link_order in ldAlan Modra2021-01-1316-20/+21
* PR27116, Spelling errors found by Debian style checkerAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-0158-58/+58
* constify elfNN_bedAlan Modra2020-12-162-5/+6
* Handle -z unique/-z nounique in ldVivek Das Mohapatra2020-12-151-0/+4
* RISC-V: Relax PCREL to GPREL while doing other relaxations is dangerous.Nelson Chu2020-11-211-1/+1
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-2012-12/+24
* After preventing creating an import library for an exe when there are no expo...Jeremy Drake2020-09-302-2/+4
* PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra2020-09-241-3/+15
* Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio2020-09-222-2/+2
* elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu2020-09-121-0/+4
* Fix a segfault when creating an import library with 0 exports.Jeremy Drake2020-09-112-2/+4
* MSP430: Fix alignment of __*_array_start symbols in default linker scriptJozef Lawrynowicz2020-08-281-1/+80
* ld/emultempl/msp430.em: Remove unused variableJozef Lawrynowicz2020-08-271-3/+1
* Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake2020-08-272-28/+138
* PR26499 UBSAN: eelf32_spu.c:537 member access null pointerAlan Modra2020-08-261-1/+1
* PowerPC64 --no-pcrel-optimizeAlan Modra2020-08-131-1/+11
* MSP430: ld: Update output section tail when shuffling ".either" sectionsJozef Lawrynowicz2020-08-061-10/+22
* Power10 stub selectionAlan Modra2020-07-191-3/+16
* PowerPC64 ld --no-power10-stubsAlan Modra2020-07-101-1/+19
* Remove powerpc PE supportAlan Modra2020-07-092-37/+1
* XCOFF linker script PROVIDE supportAlan Modra2020-07-071-0/+1
* ld --help outputAlan Modra2020-06-241-6/+8
* Emit a warning when -z relro is unsupportedAlan Modra2020-06-195-0/+36
* xtensa: allow runtime ABI selectionMax Filippov2020-06-151-5/+36
* gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath2020-06-151-0/+15
* ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu2020-05-271-3/+3
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-216-32/+14
* PR25993, read of freed memoryAlan Modra2020-05-202-52/+22
* Use bfd_get_filename throughout ldAlan Modra2020-05-194-24/+28
* Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp2020-05-1811-11/+52
* Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton2020-05-182-12/+39
* ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato2020-04-301-0/+42
* Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song2020-04-152-5/+5
* Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner2020-04-141-0/+132
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-302-2/+8
* Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon2020-03-181-4/+2
* Add support for non-contiguous memory regionsChristophe Lyon2020-03-132-1/+8
* x86: Check static link of dynamic objectsH.J. Lu2020-03-131-0/+1
* Indent labelsAlan Modra2020-02-261-1/+1
* Various fixes for the Z80 support.Sergey Belyashov2020-02-191-106/+16