aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)Author
2016-12-13Add --orphan-handling option.Cary Coutant
2016-12-13Do not use linker script to place static relocation sections.Cary Coutant
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant
2016-12-12Fix edge cases in orphan section placement.Cary Coutant
2016-12-13[GOLD] Allow for larger alignment in script_test_15Alan Modra
2016-12-13[GOLD] Adjust testcase for PowerPC64Alan Modra
2016-12-11Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin
2016-12-11Fix problems with bss handling in linker scripts.Cary Coutant
2016-12-11Regenerate Makefile.in to get rid of annoying diffs caused by non-determinist...Cary Coutant
2016-12-08[GOLD] Don't assert in powerpc stub_tableAlan Modra
2016-12-08[GOLD] fix typo in --stub-group-multi helpAlan Modra
2016-12-07[GOLD] PowerPC --stub-group-multiAlan Modra
2016-12-07[GOLD] powerpc64le-linux fails to link large Linux kernelAlan Modra
2016-12-07[GOLD] PowerPC stub debugAlan Modra
2016-12-06Fix gold/testsuite/file_in_many_sections_test.sh file modeAlan Modra
2016-12-05Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant
2016-12-01Fix problem where orphan section is treated as a KEEP section.Cary Coutant
2016-12-01Fix problem causing internal error when -z max-page-size is used.Cary Coutant
2016-12-01Implement --push-state/--pop-state.Cary Coutant
2016-12-01Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant
2016-11-27Fix spelling in comments in .def files (gold)Ambrogino Modigliani
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani
2016-11-22Print the default for all binary options; clean up --help output.Cary Coutant
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani
2016-11-21Fix bug where -u option with empty archive results in internal error.Cary Coutant
2016-11-21Add --build-id=uuid support for MinGW32.Igor Kudrin
2016-11-07Add missing '$' in configure.ac.Loïc Yhuel
2016-10-21Fix PR 17704.Gergely Nagy
2016-10-06[GOLD] two more fall-through commentsAlan Modra
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra
2016-09-27Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov
2016-09-26[GOLD] regen testsuite/Makefile.inAlan Modra
2016-09-26[GOLD] warning fixesAlan Modra
2016-09-02Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan
2016-08-31[GOLD] Further tidy to powerpc can_add_to_stub_groupAlan Modra
2016-08-31[GOLD] Add debug output for powerpc section groupingAlan Modra
2016-08-30[GOLD] correct grouping of stubsAlan Modra
2016-08-28PR gold/20529 - relaxing loop never ends.Han Shen
2016-08-23[gold] Implement -z stack-size optionRoland McGrath
2016-08-23Add --be8 option to gold.Bharathi Seshadri
2016-08-17Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant
2016-08-12PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath
2016-08-12[gold] Implement HIDDEN syntax in linker scriptsRoland McGrath
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant
2016-08-10Fix potential crashes when Target::make_symbol() returns NULL.James Clarke
2016-08-10Fix improper handling of R_SPARC_GOTDATA_OP_LOX10 relocation.James Clarke
2016-08-10Add support for R_SPARC_32 relocation.James Clarke
2016-07-27Fix aarch64_relocs.sh file modeAlan Modra
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen