aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-05-17ELF options may be missing from `ld --help' outputChung-Lin Tang3-68/+91
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu5-0/+63
2015-05-15Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu4-4/+12
2015-05-14Update description of the ASSERT linker script command to note its interation...Nick Clifton2-0/+35
2015-05-13Add missing ChangeLog entries for PR binutis/18386H.J. Lu1-0/+6
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu7-0/+46
2015-05-11Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu5-0/+28
2015-05-11Add Intel MCU support to ldH.J. Lu14-23/+185
2015-05-09Ignore 0x66 prefix for call/jmp/jcc in 64-bit modeH.J. Lu2-6/+6
2015-05-05Add support to the MSP430 linker for the automatic placement of code and data...Nick Clifton6-2/+336
2015-04-29Link the last *normal against libfoozlib.soH.J. Lu1-0/+6
2015-04-29Fix 18354H.J. Lu1-1/+10
2015-04-29[ARM] Update ld testcasesJiong Wang3-3/+8
2015-04-28Eat newlines inside INPUT statements in linker scriptsAndreas Schwab2-1/+6
2015-04-27S/390: Fix gotreloc_31-1 testcase.Andreas Krebbel2-3/+6
2015-04-25Non-alloc sections don't belong in PT_LOAD segmentsAlan Modra4-8/+20
2015-04-24[AArch64] Improve PC-relative relocation check for shared libraryJiong Wang4-0/+39
2015-04-24Fix typoDJ Delorie1-1/+1
2015-04-24Change msp430 emulation to msp430elfDJ Delorie6-9/+19
2015-04-24[ARM]: Don't tail-pad over-aligned functions to the alignment boundary.Richard Earnshaw24-114/+98
2015-04-24Skip the compressed1d test for targets which do not use the elf32.em linker e...Nick Clifton2-0/+7
2015-04-24Correct ld-elf/compressed1e.d to use notarget and for cris-elf, not cris-*.Hans-Peter Nilsson2-1/+6
2015-04-23Xfail cris and frv for ld-elf/compressed1e.dH.J. Lu2-0/+7
2015-04-23Delay setting up compressed debug section namesH.J. Lu3-0/+24
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