summaryrefslogtreecommitdiff
path: root/ld/emultempl
AgeCommit message (Expand)Author
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu
2021-03-01PR27451, -z start_stop_gcAlan Modra
2021-01-26PR27226, ld.bfd contains huge .rodata sectionAlan Modra
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-16constify elfNN_bedAlan Modra
2020-12-15Handle -z unique/-z nounique in ldVivek Das Mohapatra
2020-11-21RISC-V: Relax PCREL to GPREL while doing other relaxations is dangerous.Nelson Chu
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock
2020-09-30After preventing creating an import library for an exe when there are no expo...Jeremy Drake
2020-09-24PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra
2020-09-22Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio
2020-09-12elf: Add -z unique-symbol to avoid duplicated local symbol namesH.J. Lu
2020-09-11Fix a segfault when creating an import library with 0 exports.Jeremy Drake
2020-08-28MSP430: Fix alignment of __*_array_start symbols in default linker scriptJozef Lawrynowicz
2020-08-27ld/emultempl/msp430.em: Remove unused variableJozef Lawrynowicz
2020-08-27Change the default characteristics of DLLs built by the linker to more secure...Jeremy Drake
2020-08-26PR26499 UBSAN: eelf32_spu.c:537 member access null pointerAlan Modra
2020-08-13PowerPC64 --no-pcrel-optimizeAlan Modra
2020-08-06MSP430: ld: Update output section tail when shuffling ".either" sectionsJozef Lawrynowicz
2020-07-19Power10 stub selectionAlan Modra
2020-07-10PowerPC64 ld --no-power10-stubsAlan Modra
2020-07-09Remove powerpc PE supportAlan Modra
2020-07-07XCOFF linker script PROVIDE supportAlan Modra
2020-06-24ld --help outputAlan Modra
2020-06-19Emit a warning when -z relro is unsupportedAlan Modra
2020-06-15xtensa: allow runtime ABI selectionMax Filippov
2020-06-15gold, ld: Implement -z start-stop-visibility=... option.Roland McGrath
2020-05-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra
2020-05-20PR25993, read of freed memoryAlan Modra
2020-05-19Use bfd_get_filename throughout ldAlan Modra
2020-05-18Show AIX gc'd symbol address adjustments in map fileDouglas B Rupp
2020-05-18Prevent a potential use-after-fee memory corruption bug in the linker (for PE...Nick Clifton
2020-04-30ld: Add rx-linux emulation. gas: Change ELF flags initial value in rx-linuxYoshinori Sato
2020-04-15Unify the behaviour of ld.bfd and ld.gold with respect to warning about unres...Fangrui Song
2020-04-14Fixes for the magic number used in PDP11 AOUT binaries.Stephen Casner
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton
2020-03-18Non-contiguous memory regions support: Avoid calls to abortChristophe Lyon
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon
2020-03-13x86: Check static link of dynamic objectsH.J. Lu
2020-02-26Indent labelsAlan Modra
2020-02-19Various fixes for the Z80 support.Sergey Belyashov
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov
2020-02-06ELF: Discard a section if any of its linked-to sections has been discardedH.J. Lu
2020-01-29PR25477, ld 2.34 tries to load ${prefix}/etc/ld.so.confAlan Modra
2020-01-22PowerPC64 __tls_get_addr_descAlan Modra
2020-01-22PR25417, Fix minor typosYuri Chornoivan
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani