aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2015-02-24PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra2-3/+12
2015-02-22Set GOLD_DEFAULT_SIZE to 32 for x32H.J. Lu3-0/+7
2015-02-18Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2-0/+7
2015-02-17Simplify Garbage_collection::add_reference a bit.Rafael Ávila de Espíndola2-5/+6
2015-02-17avoid std::vector copy.Rafael Ávila de Espíndola2-1/+5
2015-02-17Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2-8/+9
2015-02-17[gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08.Mark Wielaard2-1/+8
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant6-14/+20
2015-02-16Remove redundant include of "output.h".Cary Coutant2-1/+5
2015-02-12Add missing TLSLE relocations for gold aarch64 backend.Jing Yu3-5/+52
2015-02-11gold/arm.cc: Output mapping symbol for PLT codeWill Newton2-0/+13
2015-02-09Replace two_file_shared_2.so with two_file_shared_1.soH.J. Lu3-2/+8
2015-02-09Gold testsuite make cleanAlan Modra3-5/+14
2015-02-04Combine loop epilogue into main loop body to reduce duplication.Rafael Ávila de Espíndola2-13/+7
2015-02-04Add missing ChangeLog entry.Cary Coutant1-0/+7
2015-02-04Resolve forwarding symbols in plugins.Peter Collingbourne2-6/+18
2015-02-03Add missing ChangeLog entries.Cary Coutant1-0/+39
2015-02-03Fix a file descriptor leak in gold.Cary Coutant10-154/+321
2015-02-03Add extra debugging output for files and descriptors.Cary Coutant2-0/+19
2015-02-02Fix bug with previous patch for unresolved TLS symbol.Cary Coutant2-1/+8
2015-01-29This patch adds IFUNC support for arm gold backend.Han Shen4-48/+606
2015-01-29Correct GOLD PowerPC64 local-dynamic TLS linker optimizationAlan Modra2-6/+15
2015-01-28Allow undefined references to TLS symbols.Cary Coutant2-3/+24
2015-01-252015-01-25 Cary Coutant <ccoutant@google.com>Cary Coutant2-7/+13
2015-01-22[GOLD] Correct powerpc64 ifunc plt entry testAlan Modra2-4/+10
2015-01-14Fix a bug in resolving HI16/LO16 relocation pairs for MIPS.Cary Coutant2-13/+28
2015-01-09Don't align start of segment unless alignment is larger than page size.Cary Coutant2-1/+8
2015-01-06Handle stack split for x32H.J. Lu12-16/+357
2015-01-06Handle Initial-Exec to Local-Exec for x32H.J. Lu2-0/+12
2015-01-02Regenerate Makeile.in file for copyright updateAlan Modra1-1/+1
2015-01-02Correct printed year in copyright notices for gold.Alan Modra3-2/+7
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra393-395/+399
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeAlan Modra2-6/+12
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2-3/+19
2014-12-22gold/Cary Coutant2-1/+6
2014-12-20Change SometimesInlineFunction to "return i * i * 3;"H.J. Lu2-1/+7
2014-12-16Fix internal error in gold when -Map and --compress-debug-sections are usedCary Coutant2-4/+21
2014-12-14Cast current_group_size to unsigned longH.J. Lu2-1/+6
2014-12-10Give informative error message for stub-group-sizeJing Yu2-10/+26
2014-12-04ChangeLog typo fixAlan Modra1-1/+1
2014-12-04PowerPC gold, fix 32-bit branch address arithmeticAlan Modra2-5/+14
2014-12-04powerpc gold, work around pr17670Alan Modra3-24/+44
2014-12-03Compile pie_copyrelocs_test.cc with -fno-exceptions -fno-asynchronous-unwind-...H.J. Lu3-5/+26
2014-12-04powerpc gold, fix pr17566Alan Modra2-3/+23
2014-12-01Add support for -z global.Dmitriy Ivanov3-0/+11
2014-12-01Fix extraneous warning about executable stack.Cary Coutant2-3/+17
2014-11-26Update list of debug sections for --strip-debug-xxx options.Cary Coutant2-0/+15
2014-11-26Fix for gold linking tlsdesc into an executable with -pie.Han Shen2-1/+11
2014-11-26Retry powerpc gold stub grouping when groups prove too largeAlan Modra2-132/+243
2014-11-26[GOLD] PowerPC relaxation corner caseAlan Modra2-0/+14