aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2017-01-02ChangeLog rotationAlan Modra2-1656/+1670
2016-12-28Fix comment typoAndreas Schwab2-36/+41
2016-12-28Add explicit instantiations for build_compressed_section_map().Cary Coutant2-0/+37
2016-12-28Fix last ChangeLog entry.Cary Coutant1-1/+1
2016-12-27Place copy relocations in .dynbss when target is read-only.Cary Coutant7-16/+161
2016-12-23Bump gold version number to 1.14.Cary Coutant3-1/+24
2016-12-22Add -z bndplt support (for Intel MPX).Cary Coutant11-25/+788
2016-12-22Fix placement of forced local symbols in the dynamic symbol table.Cary Coutant8-97/+220
2016-12-22Fix problem where version script causes predefined hidden symbol to be define...Cary Coutant6-26/+90
2016-12-21Make linker-created symbols relocatable where appropriate.Cary Coutant4-2/+19
2016-12-21Remove high bit set charactersAlan Modra2-4/+8
2016-12-20Update testsuite Makefile with missing dependencies.Cary Coutant3-66/+72
2016-12-19Fix read-beyond-end-of-buffer error in script parsing.Cary Coutant2-14/+26
2016-12-19Fix problem where linker does not place .note sections according to script.Cary Coutant5-30/+61
2016-12-19Fix an internal error in the constructor of Target_arm.Igor Kudrin6-28/+55
2016-12-19Fix forced allocation of common (-d) during -r links.Cary Coutant5-4/+81
2016-12-13Add --orphan-handling option.Cary Coutant4-4/+80
2016-12-13Do not use linker script to place static relocation sections.Cary Coutant3-20/+32
2016-12-12When using linker scripts, place linker-generated sections by the output sect...Cary Coutant7-5/+101
2016-12-12Fix edge cases in orphan section placement.Cary Coutant2-3/+42
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