summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Fix gold incremental test failures.Cary Coutant2015-03-114-36/+53
* Fix failure in exception_static_test.Cary Coutant2015-03-096-40/+91
* Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu2015-03-052-4/+9
* Fix a race condition when setting default target for ARM targets.Cary Coutant2015-03-042-4/+10
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-0410-208/+199
* Fix crash when processing merge section with entsize of 0.Cary Coutant2015-03-022-0/+10
* Fix an internal error in do_print_to_mapfile on Arm.Cary Coutant2015-03-022-0/+10
* PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra2015-02-242-3/+12
* Set GOLD_DEFAULT_SIZE to 32 for x32H.J. Lu2015-02-223-0/+7
* Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2015-02-182-0/+7
* Simplify Garbage_collection::add_reference a bit.Rafael Ávila de Espíndola2015-02-172-5/+6
* avoid std::vector copy.Rafael Ávila de Espíndola2015-02-172-1/+5
* Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2015-02-172-8/+9
* [gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08.Mark Wielaard2015-02-172-1/+8
* Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant2015-02-166-14/+20
* Remove redundant include of "output.h".Cary Coutant2015-02-162-1/+5
* Add missing TLSLE relocations for gold aarch64 backend.Jing Yu2015-02-123-5/+52
* gold/arm.cc: Output mapping symbol for PLT codeWill Newton2015-02-112-0/+13
* Replace two_file_shared_2.so with two_file_shared_1.soH.J. Lu2015-02-093-2/+8
* Gold testsuite make cleanAlan Modra2015-02-093-5/+14
* Combine loop epilogue into main loop body to reduce duplication.Rafael Ávila de Espíndola2015-02-042-13/+7
* Add missing ChangeLog entry.Cary Coutant2015-02-041-0/+7
* Resolve forwarding symbols in plugins.Peter Collingbourne2015-02-042-6/+18
* Add missing ChangeLog entries.Cary Coutant2015-02-031-0/+39
* Fix a file descriptor leak in gold.Cary Coutant2015-02-0310-154/+321
* Add extra debugging output for files and descriptors.Cary Coutant2015-02-032-0/+19
* Fix bug with previous patch for unresolved TLS symbol.Cary Coutant2015-02-022-1/+8
* This patch adds IFUNC support for arm gold backend.Han Shen2015-01-294-48/+606
* Correct GOLD PowerPC64 local-dynamic TLS linker optimizationAlan Modra2015-01-292-6/+15
* Allow undefined references to TLS symbols.Cary Coutant2015-01-282-3/+24
* 2015-01-25 Cary Coutant <ccoutant@google.com>Cary Coutant2015-01-252-7/+13
* [GOLD] Correct powerpc64 ifunc plt entry testAlan Modra2015-01-222-4/+10
* Fix a bug in resolving HI16/LO16 relocation pairs for MIPS.Cary Coutant2015-01-142-13/+28
* Don't align start of segment unless alignment is larger than page size.Cary Coutant2015-01-092-1/+8
* Handle stack split for x32H.J. Lu2015-01-0612-16/+357
* Handle Initial-Exec to Local-Exec for x32H.J. Lu2015-01-062-0/+12
* Regenerate Makeile.in file for copyright updateAlan Modra2015-01-021-1/+1
* Correct printed year in copyright notices for gold.Alan Modra2015-01-023-2/+7
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-02393-395/+399
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeAlan Modra2014-12-252-6/+12
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2014-12-252-3/+19
* gold/Cary Coutant2014-12-222-1/+6
* Change SometimesInlineFunction to "return i * i * 3;"H.J. Lu2014-12-202-1/+7
* Fix internal error in gold when -Map and --compress-debug-sections are usedCary Coutant2014-12-162-4/+21
* Cast current_group_size to unsigned longH.J. Lu2014-12-142-1/+6
* Give informative error message for stub-group-sizeJing Yu2014-12-102-10/+26
* ChangeLog typo fixAlan Modra2014-12-041-1/+1
* PowerPC gold, fix 32-bit branch address arithmeticAlan Modra2014-12-042-5/+14
* powerpc gold, work around pr17670Alan Modra2014-12-043-24/+44
* Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu2014-12-033-5/+26