aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2016-12-13[GOLD] Allow for larger alignment in script_test_15Alan Modra4-3/+10
2016-12-13[GOLD] Adjust testcase for PowerPC64Alan Modra2-0/+6
2016-12-11Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin7-6/+81
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant14-52/+463
2016-12-11Regenerate Makefile.in to get rid of annoying diffs caused by non-determinist...Cary Coutant2-1/+5
2016-12-08[GOLD] Don't assert in powerpc stub_tableAlan Modra2-2/+7
2016-12-08[GOLD] fix typo in --stub-group-multi helpAlan Modra2-1/+5
2016-12-07[GOLD] PowerPC --stub-group-multiAlan Modra3-19/+42
2016-12-07[GOLD] powerpc64le-linux fails to link large Linux kernelAlan Modra3-78/+64
2016-12-07[GOLD] PowerPC stub debugAlan Modra2-11/+34
2016-12-06Fix gold/testsuite/file_in_many_sections_test.sh file modeAlan Modra1-0/+0
2016-12-05Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant6-11/+109
2016-12-01Fix problem where orphan section is treated as a KEEP section.Cary Coutant2-0/+7
2016-12-01Fix problem causing internal error when -z max-page-size is used.Cary Coutant2-1/+17
2016-12-01Implement --push-state/--pop-state.Cary Coutant3-1/+80
2016-12-01Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant4-0/+14
2016-11-27Fix spelling in comments in .def files (gold)Ambrogino Modigliani2-1/+5
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani13-16/+31
2016-11-22Print the default for all binary options; clean up --help output.Cary Coutant3-216/+327
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2-1/+5
2016-11-21Fix bug where -u option with empty archive results in internal error.Cary Coutant2-8/+13
2016-11-21Add --build-id=uuid support for MinGW32.Igor Kudrin2-0/+30
2016-11-07Add missing '$' in configure.ac.Loïc Yhuel3-2/+7
2016-10-21Fix PR 17704.Gergely Nagy5-117/+219
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