aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Make import libraries relocatable objectsThomas Preud'homme2-1/+11
2017-06-02x86: Remove linker option: -z prefix-nopH.J. Lu5-29/+9
2017-05-31PowerPC64 ld help quotingAlan Modra2-2/+6
2017-05-18PowerPC: incorrect library search orderAlan Modra2-5/+12
2017-05-11Fix PR21404 - assertion fail when calculating symbol sizeSenthil Kumar Selvaraj17-0/+217
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu2-1/+6
2017-04-19Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistencyHans-Peter Nilsson5-0/+59
2017-04-10ELF: Check ELF_COMMON_DEF_P for common symbolsH.J. Lu2-1/+7
2017-04-05ld/ChangeLog: Correct last entry's dateMaciej W. Rozycki1-1/+1
2017-04-05PR ld/21233: Avoid sweeping forced-undefined symbols in section GCMaciej W. Rozycki2-0/+7
2017-03-07Fix ld uninitialized read of script ASSERT data structureAlan Modra2-1/+7
2017-03-02Set version to 2.28, not a relase.Tristan Gingold2-10/+14
2017-03-02Add generated filesbinutils-2_28Tristan Gingold25-10/+24533
2017-03-01Nios2 dynobj handling fixesAlan Modra2-1/+5
2017-02-28PowerPC addpcis fixAlan Modra2-4/+9
2017-02-23Correct VLE 16D and SDAREL relocationsAlan Modra3-48/+56
2017-02-17xfail two ld-unique tests for hppaAlan Modra2-0/+6
2017-02-17ld testsuite function pointer comparisons vs. hppaAlan Modra4-5/+12
2017-02-17hppa -z relro againAlan Modra5-8/+16
2017-02-17Fix more powerpc testsuite source errorsAlan Modra3-2/+7
2017-02-15i386: Allow "lea foo@GOT, %reg" in PICH.J. Lu4-0/+72
2017-02-13Don't use "_gp" on RISC-V, use "_global_pointer$" insteadPalmer Dabbelt2-1/+6
2017-02-03Support -z relro on hppaAlan Modra3-14/+33
2017-02-03PR binutils/19935: Fix fallout from now-default initfini-array.Hans-Peter Nilsson2-2/+8
2017-02-01MIPS/LD/testsuite: Correct relocation addends in VxWorks testsMaciej W. Rozycki5-14/+22
2017-02-01MIPS/LD/testsuite: Fix a `tls-multi-got-1-1.s' build failureMaciej W. Rozycki4-25/+35
2017-01-30MIPS: Add options to control branch ISA checksMaciej W. Rozycki11-3/+383
2017-01-24Solaris2/LD: Fix anonymous version script acceptance bugMaciej W. Rozycki2-1/+8
2017-01-23PR ld/20828: Work around RISC-V failuresMaciej W. Rozycki2-0/+6
2017-01-23PR ld/20828: Remove leading `_' from symbols used in testsMaciej W. Rozycki6-14/+24
2017-01-23PR ld/20828: Relax symbol ordering in testsMaciej W. Rozycki5-8/+18
2017-01-18PR ld/20995: MIPS: Set GAS flags correctly for testsMaciej W. Rozycki2-10/+23
2017-01-18PR ld/20828: Fix linker script symbols wrongly forced local with section GCMaciej W. Rozycki8-0/+108
2017-01-18PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sectionsMaciej W. Rozycki2-0/+13
2017-01-18Fix lex source files so that they will be accepted by flex v2.6.3Bernhard Rosenkranzer2-5/+6
2017-01-16Remove some custom sections from RISC-V's default linker scriptsPalmer Dabbelt1-12/+0
2017-01-13x86-64: Correct unwind info for the BND PLT and .plt.bndH.J. Lu8-0/+281
2017-01-13i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu9-0/+241
2017-01-02Update year range in copyright notice of all files.Alan Modra362-454/+458
2017-01-02ChangeLog rotationAlan Modra2-4048/+4062
2016-12-28Use dynrelro for symbols in relro sections tooAlan Modra4-0/+35
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra9-32/+88
2016-12-26Correct .dynbss in scriptAlan Modra2-1/+5
2016-12-23Bumping version to 2.27.90Tristan Gingold2-10/+14
2016-12-23Add marker in NEWS filesTristan Gingold2-0/+6
2016-12-23Regenerate pot files.Tristan Gingold2-528/+909
2016-12-22Don't call "error" in sysroot-prefix.expAlan Modra2-3/+8
2016-12-22Do not add padding if an output section is marked as ignoredIgor Kudrin2-1/+7
2016-12-21Remove high bit set charactersAlan Modra2-3/+7
2016-12-16Implement and document --gc-keep-exportedfincs4-0/+25