aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Support fusion for ELFv2 stubsAlan Modra2-6/+22
2014-06-03Fix gold plugin_test failures on PowerPC64 ELFv2Alan Modra2-0/+12
2014-06-02Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra2-5/+21
2014-05-30Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant4-3/+9
2014-05-27Properly handle 64-bit GOT relocationsH.J. Lu2-2/+11
2014-05-15Fix "overflow in PLT unwind data" warningAlan Modra2-33/+52
2014-05-13With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam10-24/+86
2014-05-13Optimizing accesses to Globals with -fpie -pie:Sriraman Tallam2-0/+57
2014-05-082014-05-08 Martin Liška <mliska@suse.cz>Martin Liška2-1/+5
2014-05-06Fix issue where first reserved word of GOT is not initialized if thereCary Coutant3-68/+167
2014-05-05Don't complain about the source language when we have pubnames/pubtypes info.Cary Coutant2-15/+19
2014-05-02Fix handling of __ehdr_start when it cannot be defined.Cary Coutant13-44/+533
2014-04-23Add missing PR ref to ChangeLog entry.Cary Coutant1-0/+1
2014-04-23Add missing break statement for case elfcpp::R_X86_64_PLTOFF64.Cary Coutant2-0/+5
2014-04-15Allow target to decide whether to include a section.Cary Coutant3-1/+24
2014-04-15Allow target to derive from Copy_relocs class.Cary Coutant3-38/+33
2014-04-022014-04-02 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-8/+13
2014-04-02Modify gold testsuite to disable plugins added by GCC driver.Cary Coutant5-44/+102
2014-03-12autoreconfAlan Modra2-2/+5
2014-03-10Add function to set non-visibility part of st_other.Cary Coutant2-0/+9
2014-03-10Add explicit instantiations for Sized_symbol::init_output_data.Cary Coutant2-0/+32
2014-03-10Allow target to adjust dynamic symbol value.Cary Coutant3-0/+19
2014-03-10Allow target to add custom dynamic table entries.Cary Coutant4-1/+38
2014-03-10Allow target to set dynsym indexes.Cary Coutant3-0/+57
2014-03-08Better overflow checking for powerpc64 relocationsAlan Modra2-18/+78
2014-03-05Update copyright yearsAlan Modra380-408/+386
2014-03-05Support R_PPC64_ADDR64_LOCALAlan Modra2-0/+16
2014-03-03Fix various copyright issuesAlan Modra2-1/+5
2014-02-11Update ChangeLog from earlier patch.Cary Coutant1-0/+12
2014-02-10binutils potfiles regenAlan Modra2-560/+1745
2014-02-06Fix problem where -u is ignored when a weak undef is seen.Cary Coutant6-41/+224
2014-02-05Fix issues with gold undefined symbol diagnostics.Cary Coutant3-8/+24
2014-02-05Add missing gold/ChangeLog entry.Cary Coutant1-0/+30
2014-02-05Fix problems with the --dynamic-list option.Cary Coutant13-6/+347
2014-01-28Add .gdb_index version 7 support.Cary Coutant7-35/+111
2014-01-08Update copyright year to 2014H.J. Lu2-2/+6
2013-12-19 * stringpool.cc (Stringpool_template::reserve): AddIan Lance Taylor2-2/+11
2013-12-18Add configure checks for <unordered_set> and <unordered_map>.Cary Coutant5-2/+43
2013-12-10Use $(INSTALL_PROGRAM_ENV) consistently.Roland McGrath3-12/+20
2013-11-22Add check for which library is needed for dlopen.Cary Coutant3-5/+74
2013-11-22Use in-tree assembler for exception_x86_64_bnd_test.Cary Coutant3-4/+10
2013-11-18Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to goldH.J. Lu4-8/+96
2013-11-15Add missing ChangeLog for 88b8e63904fda25c029deaf25d7b4e489b351470Alan Modra1-0/+12
2013-11-15Fixes to powerpc64 gold ELFv2 supportAlan Modra2-154/+350
2013-11-14Revert "Fix race condition while building EH frame header."Cary Coutant3-11/+16
2013-11-14Add --verify-only option to DWP.Cary Coutant3-9/+211
2013-11-14Fix race condition while building EH frame header.Cary Coutant3-2/+20
2013-11-06Fix assert failure with --emit-relocs and .eh_frame sections.Cary Coutant2-22/+28
2013-11-04Remove powerpc.cc copy of use_plt_offsetAlan Modra2-115/+37
2013-10-31Restore support for dwp v2 DWARF package file format.Cary Coutant5-549/+682