aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Don't change compressed input debug section namesH.J. Lu2-0/+8
2015-04-23Accept odd result in ld-powerpc/tocnovar testcaseAlan Modra2-1/+2
2015-04-23Align .TOC. for PowerPC64Alan Modra28-132/+164
2015-04-22Rewrite relro adjusting codeAlan Modra6-42/+50
2015-04-22i386: Allow copy relocs for building PIEH.J. Lu15-0/+218
2015-04-20Don't hardcode offset of .shstrtab sectionH.J. Lu27-26/+55
2015-04-15Mention --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2-0/+8
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu13-1/+253
2015-04-15xfail pr18223 test for tic6xAlan Modra2-0/+5
2015-04-14Add -z noextern-protected-data to ld for ELF/x86H.J. Lu18-2/+79
2015-04-11Remove an extra ';'H.J. Lu2-1/+5
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu9-2/+41
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu10-0/+72
2015-04-10Add extern_protected_data and set it for x86H.J. Lu15-4/+77
2015-04-10Add a testcase for PR ld/18223H.J. Lu4-0/+21
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra15-58/+24
2015-04-10Correct setting of elf_list_optionsAlan Modra3-14/+17
2015-04-10Add documentation about the interation of the ARM assembler's -EB option and ...Nick Clifton2-2/+10
2015-04-10Mark _init and _fini for --gc-sectionsAlan Modra2-0/+21
2015-04-09Remove BNDPLT and add PARSE_AND_LIST_ARGS_CASE_ZH.J. Lu3-16/+24
2015-04-09Update French translation of ld strings.Nick Clifton2-889/+822
2015-04-08Enable ELF ld_list_options for --enable-targets=allH.J. Lu3-0/+14
2015-04-08Skip empty EMULATION_NAMEH.J. Lu2-3/+8
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu5-2/+64
2015-04-08Add ld_list_optionsH.J. Lu8-119/+195
2015-04-07Add new linker option: --warn-orphan which generates warning messages when o...Nick Clifton10-0/+67
2015-04-07Modify get_reloc_section for targets that map .got.plt to .gotAlan Modra11-9/+23
2015-04-07Cast shift expressionAlan Modra2-1/+6
2015-04-07PowerPC non-PIC to PIC editing for protected var accessAlan Modra2-3/+18
2015-04-06Remove is_zlib_supportedH.J. Lu3-11/+7
2015-04-02Add support for configuring an aarch64-freebsd target.Andrew Turner6-0/+71
2015-04-01Work around a GCC uninitialized warning bugH.J. Lu2-0/+10
2015-04-01[AArch64] Workaround for Cortex A53 erratum 843419Marcus Shawcroft6-1/+179
2015-04-01Add a testcase for PR ld/18176H.J. Lu6-0/+110
2015-04-01Prevent multiple definitions for _HEAP_START, _HEAP_MAX, and _STACK_START whe...Chen Gang2-2/+13
2015-04-01Start of relro segment adjustmentAlan Modra4-17/+33
2015-04-01Yet another warning fixAlan Modra2-1/+6
2015-04-01Fix ld eelf32ppcvxworks.c dependenciesAlan Modra3-50/+51
2015-04-01Fixes for a small number of compiler warningsEd Schouten2-1/+6
2015-03-31Add support for Nuxi CloudABI on x86-64Ed Schouten5-0/+24
2015-03-31Remove --with-zlib from ldH.J. Lu7-99/+20
2015-03-30Properly set sh_info for .rela.plt/rel.plt sectionH.J. Lu3-2/+12
2015-03-27Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*H.J. Lu2-0/+5
2015-03-26[AArch64] Fix branch stubs for BETejas Belagod2-0/+78
2015-03-26Skip gc-sections if relocation is incompatibleH.J. Lu5-0/+47
2015-03-25[AArch64] Implement branch over stub section.Marcus Shawcroft5-47/+59
2015-03-25[AArch64] Remove padding before stub sections.Marcus Shawcroft4-2/+11
2015-03-25Garbage collecting debug sectionsSenthil Kumar Selvaraj4-0/+75
2015-03-23[AArch64] Adjust layout emultempl/aarch64elf.em.Marcus Shawcroft2-1/+6
2015-03-18Use %F instead of %X for einfoChen Gang2-2/+6