summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Make linker-created symbols relocatable where appropriate.Cary Coutant2016-12-214-2/+19
* Remove high bit set charactersAlan Modra2016-12-212-4/+8
* Update testsuite Makefile with missing dependencies.Cary Coutant2016-12-203-66/+72
* Fix read-beyond-end-of-buffer error in script parsing.Cary Coutant2016-12-192-14/+26
* Fix problem where linker does not place .note sections according to script.Cary Coutant2016-12-195-30/+61
* Fix an internal error in the constructor of Target_arm.Igor Kudrin2016-12-196-28/+55
* Fix forced allocation of common (-d) during -r links.Cary Coutant2016-12-195-4/+81
* Add --orphan-handling option.Cary Coutant2016-12-134-4/+80
* Do not use linker script to place static relocation sections.Cary Coutant2016-12-133-20/+32
* When using linker scripts, place linker-generated sections by the output sect...Cary Coutant2016-12-127-5/+101
* Fix edge cases in orphan section placement.Cary Coutant2016-12-122-3/+42
* [GOLD] Allow for larger alignment in script_test_15Alan Modra2016-12-134-3/+10
* [GOLD] Adjust testcase for PowerPC64Alan Modra2016-12-132-0/+6
* Fix earlier ChangeLog entry to give Igor credit, add testcases.Igor Kudrin2016-12-117-6/+81
* Fix problems with bss handling in linker scripts.Cary Coutant2016-12-1114-52/+463
* Regenerate Makefile.in to get rid of annoying diffs caused by non-determinist...Cary Coutant2016-12-112-1/+5
* [GOLD] Don't assert in powerpc stub_tableAlan Modra2016-12-082-2/+7
* [GOLD] fix typo in --stub-group-multi helpAlan Modra2016-12-082-1/+5
* [GOLD] PowerPC --stub-group-multiAlan Modra2016-12-073-19/+42
* [GOLD] powerpc64le-linux fails to link large Linux kernelAlan Modra2016-12-073-78/+64
* [GOLD] PowerPC stub debugAlan Modra2016-12-072-11/+34
* Fix gold/testsuite/file_in_many_sections_test.sh file modeAlan Modra2016-12-061-0/+0
* Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant2016-12-056-11/+109
* Fix problem where orphan section is treated as a KEEP section.Cary Coutant2016-12-012-0/+7
* Fix problem causing internal error when -z max-page-size is used.Cary Coutant2016-12-012-1/+17
* Implement --push-state/--pop-state.Cary Coutant2016-12-013-1/+80
* Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant2016-12-014-0/+14
* Fix spelling in comments in .def files (gold)Ambrogino Modigliani2016-11-272-1/+5
* Fix spelling in comments in C source files (gold)Ambrogino Modigliani2016-11-2713-16/+31
* Print the default for all binary options; clean up --help output.Cary Coutant2016-11-223-216/+327
* Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2016-11-222-1/+5
* Fix bug where -u option with empty archive results in internal error.Cary Coutant2016-11-212-8/+13
* Add --build-id=uuid support for MinGW32.Igor Kudrin2016-11-212-0/+30
* Add missing '$' in configure.ac.Loïc Yhuel2016-11-073-2/+7
* Fix PR 17704.Gergely Nagy2016-10-215-117/+219
* [GOLD] two more fall-through commentsAlan Modra2016-10-063-4/+9
* [GOLD] -Wimplicit-fallthrough warning fixesAlan Modra2016-10-0610-18/+47
* Don't treat as separate symbols if unversioned symbol is undefined.Cary Coutant2016-09-272-0/+7
* When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov2016-09-264-6/+58
* [GOLD] regen testsuite/Makefile.inAlan Modra2016-09-262-5/+6
* [GOLD] warning fixesAlan Modra2016-09-263-2/+8
* Handle ARM-specific --target1-abs, --target1-rel and --target2 optionsDoug Kwan2016-09-0212-16/+484
* [GOLD] Further tidy to powerpc can_add_to_stub_groupAlan Modra2016-08-312-19/+27
* [GOLD] Add debug output for powerpc section groupingAlan Modra2016-08-313-3/+21
* [GOLD] correct grouping of stubsAlan Modra2016-08-302-33/+81
* PR gold/20529 - relaxing loop never ends.Han Shen2016-08-282-3/+35
* [gold] Implement -z stack-size optionRoland McGrath2016-08-235-19/+49
* Add --be8 option to gold.Bharathi Seshadri2016-08-233-9/+134
* Fix extraneous complaints about missing expected TLS relocation (i386).Cary Coutant2016-08-174-14/+25
* PR gold/20462: Fix bogus layout on ARM with linker script using PHDRS clauseRoland McGrath2016-08-122-20/+27