aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-10-21Fix PR 17704.Gergely Nagy1-0/+12
2016-10-06[GOLD] two more fall-through commentsAlan Modra1-0/+6
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra1-0/+16
2016-09-27Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant1-0/+6
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov1-0/+6
2016-09-26[GOLD] regen testsuite/Makefile.inAlan Modra1-0/+1
2016-09-26[GOLD] warning fixesAlan Modra1-0/+6
2016-09-02Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan1-0/+18
2016-08-31[GOLD] Further tidy to powerpc can_add_to_stub_groupAlan Modra1-0/+7
2016-08-31[GOLD] Add debug output for powerpc section groupingAlan Modra1-0/+7
2016-08-30[GOLD] correct grouping of stubsAlan Modra1-0/+11
2016-08-28PR gold/20529 - relaxing loop never ends.Han Shen1-0/+11
2016-08-23[gold] Implement -z stack-size optionRoland McGrath1-0/+10
2016-08-23Add --be8 option to gold.Bharathi Seshadri1-0/+9
2016-08-17Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant1-0/+8
2016-08-12PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath1-0/+6
2016-08-12[gold] Implement HIDDEN syntax in linker scriptsRoland McGrath1-0/+6
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant1-0/+10
2016-08-10Fix potential crashes when Target::make_symbol() returns NULL.James Clarke1-0/+9
2016-08-10Fix improper handling of R_SPARC_GOTDATA_OP_LOX10 relocation.James Clarke1-0/+6
2016-08-10Add support for R_SPARC_32 relocation.James Clarke1-1/+6
2016-06-29Fix gold testsuite failure with GCC 6.Cary Coutant1-0/+6
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant1-0/+5
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra1-0/+6
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu1-0/+47
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu1-0/+50
2016-06-29[GOLD] Modify script_test_12Alan Modra1-0/+5
2016-06-29[GOLD] alignment testAlan Modra1-0/+5
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra1-0/+5
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin1-0/+10
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam1-0/+15
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-0/+5
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-0/+17
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke1-0/+6
2016-06-23Fix bug with grouping sections.Cary Coutant1-0/+12
2016-06-23Fix compilation error in MSYS2 environment.Igor Kudrin1-0/+4
2016-06-22gold: Add a linker configure option --enable-relroH.J. Lu1-0/+12
2016-06-20Update gold to version 1.12.Cary Coutant1-0/+5
2016-06-20gold/x86: Handle output without PLTH.J. Lu1-0/+9
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic1-0/+14
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic1-0/+4
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic1-0/+42
2016-06-13Add .got.plt to testsuite/script_test_2.tH.J. Lu1-0/+5
2016-06-11Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic1-0/+49
2016-06-10Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic1-0/+20
2016-06-09Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov1-0/+5
2016-05-30gold/s390: Fix compilation on gcc 4.4Marcin Koƛcielnicki1-0/+16
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant1-0/+22
2016-05-19Fix non-deterministic behavior when generating MIPS GOT.Vladimir Radosavljevic1-0/+38
2016-05-09Fix for PR gold/19987.Han Shen1-0/+10