aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2016-10-06[GOLD] two more fall-through commentsAlan Modra3-4/+9
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra10-18/+47
2016-09-27Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant2-0/+7
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov4-6/+58
2016-09-26[GOLD] regen testsuite/Makefile.inAlan Modra2-5/+6
2016-09-26[GOLD] warning fixesAlan Modra3-2/+8
2016-09-02Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan12-16/+484
2016-08-31[GOLD] Further tidy to powerpc can_add_to_stub_groupAlan Modra2-19/+27
2016-08-31[GOLD] Add debug output for powerpc section groupingAlan Modra3-3/+21
2016-08-30[GOLD] correct grouping of stubsAlan Modra2-33/+81
2016-08-28PR gold/20529 - relaxing loop never ends.Han Shen2-3/+35
2016-08-23[gold] Implement -z stack-size optionRoland McGrath5-19/+49
2016-08-23Add --be8 option to gold.Bharathi Seshadri3-9/+134
2016-08-17Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant4-14/+25
2016-08-12PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath2-20/+27
2016-08-12[gold] Implement HIDDEN syntax in linker scriptsRoland McGrath3-1/+11
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant4-4/+16
2016-08-10Fix potential crashes when Target::make_symbol() returns NULL.James Clarke2-4/+18
2016-08-10Fix improper handling of R_SPARC_GOTDATA_OP_LOX10 relocation.James Clarke2-7/+13
2016-08-10Add support for R_SPARC_32 relocation.James Clarke2-1/+7
2016-07-27Fix aarch64_relocs.sh file modeAlan Modra1-0/+0
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen8-9/+300
2016-06-29Fix gold testsuite failure with GCC 6.Cary Coutant2-1/+6
2016-06-29Update "make clean" in gold/testsuite.Cary Coutant3-2/+7
2016-06-30[GOLD] Pass -Wl,-z to gcc, not plain -zAlan Modra3-4/+10
2016-06-29gold: Support 386 TLS code sequences without PLTH.J. Lu8-126/+663
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu10-121/+639
2016-06-29[GOLD] Modify script_test_12Alan Modra3-4/+7
2016-06-29[GOLD] alignment testAlan Modra2-12/+17
2016-06-29[GOLD] Disable copy_test_protected on powerpcAlan Modra3-111/+118
2016-06-28Fix execute permission on gold/testsuite/script_test_14.sh.Cary Coutant1-0/+0
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin7-9/+129
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam7-28/+250
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2-2/+13
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin10-6/+283
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke2-4/+13
2016-06-23Fix bug with grouping sections.Cary Coutant6-6/+23
2016-06-23Fix compilation error in MSYS2 environment.Igor Kudrin2-3/+7
2016-06-22gold: Add a linker configure option --enable-relroH.J. Lu6-1/+57
2016-06-20Update gold to version 1.12.Cary Coutant3-1/+48
2016-06-20gold/x86: Handle output without PLTH.J. Lu3-0/+17
2016-06-20Add support for MIPS .rld_map section.Vladimir Radosavljevic4-5/+85
2016-06-20Add unaligned check for R_MIPS_PC16.Vladimir Radosavljevic2-0/+7
2016-06-20Add support for Mips32r6 and Mips64r6.Vladimir Radosavljevic2-10/+386
2016-06-13Add .got.plt to testsuite/script_test_2.tH.J. Lu2-0/+6
2016-06-11Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic2-62/+819
2016-06-10Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic2-81/+80
2016-06-09Fix compilation error in mips.cc with some versions of GCC.Artemiy Volkov2-2/+10
2016-05-30gold/s390: Fix compilation on gcc 4.4Marcin Koƛcielnicki2-66/+162
2016-05-19Don't allow COPY relocations for protected symbols.Cary Coutant13-92/+265