aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/l...H.J. Lu6-4/+47
2015-05-15Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu6-4/+47
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-13Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/l...H.J. Lu781-6042/+12383
2015-05-13Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu7-0/+52
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-11Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu17-29/+219
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-07Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu14-18/+392
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-24Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu34-123/+156
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-24Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu32-133/+217
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-22Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu46-68/+323
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-15Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu41-4/+461
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-10Merge remote-tracking branch 'origin/master' into users/hjl/linux/masterH.J. Lu42-1052/+1410
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