summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Use stdout when printing object file names for -t option.Cary Coutant2021-03-195-1/+39
* Fix failing test for PR 23870.Cary Coutant2021-03-193-6/+13
* Fix call to system fallocate to handle errno correctly.Holger Berger2021-03-192-2/+9
* Fix typo in previous patch: should use struct mallinfo2.Cary Coutant2021-03-192-2/+8
* Regenerate config.in, missing from previous commit.Cary Coutant2021-03-191-0/+3
* Fix gold to use mallinfo2 if available instead of deprecated mallinfo.Duncan Simpson2021-03-194-4/+16
* Add DWARF 5 support in gold.Cary Coutant2021-03-193-101/+644
* gold: Skip address size and segment selector for DWARF5H.J. Lu2021-01-282-0/+10
* [GOLD] powerpc assertion failureAlan Modra2021-01-192-1/+6
* gold: Remove the circular IFUNC dependency in ifuncmain6pieH.J. Lu2021-01-173-16/+14
* Updated translations for some subdirectoriesNick Clifton2021-01-142-353/+381
* Updated translations for multiple subdirectoriesNick Clifton2021-01-113-706/+758
* Add Changelog entries and NEWS entries for 2.36 branchNick Clifton2021-01-091-0/+4
* PR27140, ppc32 segmentation fault in make_stubAlan Modra2021-01-032-4/+13
* PR27116, Spelling errors found by Debian style checkerAlan Modra2021-01-012-1/+5
* Update year range in copyright notice of binutils filesAlan Modra2021-01-01484-485/+489
* ChangeLog rotationAlan Modra2021-01-012-568/+582
* gold: Move sym declaration just before useH.J. Lu2020-12-193-3/+11
* Cosmetic improvements for OSABI access.Cary Coutant2020-12-155-14/+21
* gold: Add missing ChangeLog entries for commit ff4bc37d7H.J. Lu2020-12-151-0/+24
* Implement and document -z unique / -z nounique handling in goldVivek Das Mohapatra2020-12-153-0/+15
* Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant2020-12-148-20/+293
* Re-enable incremental tests that were failing with GCC 9+.Cary Coutant2020-12-133-55/+58
* Fix incremental tests using gcc 9, which adds Gnu properties sections.Cary Coutant2020-12-132-0/+10
* Fix incremental linking with rodata merge sections.Cary Coutant2020-12-132-1/+8
* [GOLD] gcc-11 stringop-overflow warningAlan Modra2020-12-072-1/+5
* [GOLD] PR26936 testAlan Modra2020-12-033-8/+14
* gold: Add endbr64 to IBT TLSDESC PLT entryH.J. Lu2020-11-292-6/+13
* gold: Convert x86-64 GOTPCRELX only if addend == -4H.J. Lu2020-11-296-52/+135
* gold: Get linkonce/comdate sections for debugging sectionsH.J. Lu2020-11-299-7/+166
* [GOLD] powerpc incremental-dump assertion failureAlan Modra2020-11-172-10/+18
* [GOLD] fix jump to long branch on powerpcMichael Hudson-Doyle2020-11-172-2/+7
* gold: Avoid sharing Plugin_list::iteratorH.J. Lu2020-11-082-17/+25
* PowerPC problem building gold with clangAlan Modra2020-11-042-4/+9
* gold: ensure file_counts_lock is initialized before usingNick Gasson2020-11-034-188/+234
* gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu2020-10-302-2/+6
* gold: Skip bootstrap-test/bootstrap-test-r for LTO buildH.J. Lu2020-10-223-4/+32
* gold: Skip some incremental testsH.J. Lu2020-10-135-63/+190
* gold: Discard .note.gnu.property sectionH.J. Lu2020-10-135-2/+40
* gold: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu2020-10-136-10/+70
* gold: Properly align the NT_GNU_PROPERTY_TYPE_0 noteH.J. Lu2020-10-137-5/+73
* Gold: Enable safe ICF for shared object on x86-64H.J. Lu2020-10-134-17/+23
* Gold: Skip zero-sized sections for ICFH.J. Lu2020-10-132-0/+6
* [GOLD] Power10 segv due to wild r2Alan Modra2020-10-092-16/+45
* [GOLD] internal error in relocate, at powerpc.cc:10473Alan Modra2020-10-092-7/+21
* gold: Update testsuite/split_[i386|x32|x86_64].shH.J. Lu2020-10-084-3/+9
* [GOLD] Increase --split-stack-adjust-sizeAlan Modra2020-10-082-1/+5
* [GOLD] PPC64_OPT_LOCALENTRY is incompatible with tail callsAlan Modra2020-09-262-20/+81
* [GOLD] PowerPC64 __tls_get_addr_opt stubAlan Modra2020-09-242-14/+22
* PowerPC TPREL_HA/LO optimisationAlan Modra2020-08-242-88/+181