summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Add check to keep from segfaulting on a corrupt .debug_pubnames section.Cary Coutant2014-06-092-0/+11
* Print unattached sections in the link map.Cary Coutant2014-06-092-0/+10
* Allow both signed and unsigned fields in PowerPC cmpli insnAlan Modra2014-06-072-8/+13
* Strip .debug_gnu_pubnames and .debug_gnu_pubtypes when building .gdb_index.Cary Coutant2014-06-064-13/+11
* Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker2014-06-054-2/+13
* Support fusion for ELFv2 stubsAlan Modra2014-06-032-6/+22
* Fix gold plugin_test failures on PowerPC64 ELFv2Alan Modra2014-06-032-0/+12
* Fix PowerPC64 ELFv2 icf_safe failuresAlan Modra2014-06-022-5/+21
* Fix testsuite to use newly-built linker for ehdr_start_test_4, and fixCary Coutant2014-05-304-3/+9
* Properly handle 64-bit GOT relocationsH.J. Lu2014-05-272-2/+11
* Fix "overflow in PLT unwind data" warningAlan Modra2014-05-152-33/+52
* With -pie and x86, the linker complains if it sees a PC-relative relocationSriraman Tallam2014-05-1310-24/+86
* Optimizing accesses to Globals with -fpie -pie:Sriraman Tallam2014-05-132-0/+57
* 2014-05-08 Martin Liška <mliska@suse.cz>Martin Liška2014-05-082-1/+5
* Fix issue where first reserved word of GOT is not initialized if thereCary Coutant2014-05-063-68/+167
* Don't complain about the source language when we have pubnames/pubtypes info.Cary Coutant2014-05-052-15/+19
* Fix handling of __ehdr_start when it cannot be defined.Cary Coutant2014-05-0213-44/+533
* Add missing PR ref to ChangeLog entry.Cary Coutant2014-04-231-0/+1
* Add missing break statement for case elfcpp::R_X86_64_PLTOFF64.Cary Coutant2014-04-232-0/+5
* Allow target to decide whether to include a section.Cary Coutant2014-04-153-1/+24
* Allow target to derive from Copy_relocs class.Cary Coutant2014-04-153-38/+33
* 2014-04-02 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2014-04-022-8/+13
* Modify gold testsuite to disable plugins added by GCC driver.Cary Coutant2014-04-025-44/+102
* autoreconfAlan Modra2014-03-122-2/+5
* Add function to set non-visibility part of st_other.Cary Coutant2014-03-102-0/+9
* Add explicit instantiations for Sized_symbol::init_output_data.Cary Coutant2014-03-102-0/+32
* Allow target to adjust dynamic symbol value.Cary Coutant2014-03-103-0/+19
* Allow target to add custom dynamic table entries.Cary Coutant2014-03-104-1/+38
* Allow target to set dynsym indexes.Cary Coutant2014-03-103-0/+57
* Better overflow checking for powerpc64 relocationsAlan Modra2014-03-082-18/+78
* Update copyright yearsAlan Modra2014-03-05380-408/+386
* Support R_PPC64_ADDR64_LOCALAlan Modra2014-03-052-0/+16
* Fix various copyright issuesAlan Modra2014-03-032-1/+5
* Update ChangeLog from earlier patch.Cary Coutant2014-02-111-0/+12
* binutils potfiles regenAlan Modra2014-02-102-560/+1745
* Fix problem where -u is ignored when a weak undef is seen.Cary Coutant2014-02-066-41/+224
* Fix issues with gold undefined symbol diagnostics.Cary Coutant2014-02-053-8/+24
* Add missing gold/ChangeLog entry.Cary Coutant2014-02-051-0/+30
* Fix problems with the --dynamic-list option.Cary Coutant2014-02-0513-6/+347
* Add .gdb_index version 7 support.Cary Coutant2014-01-287-35/+111
* Update copyright year to 2014H.J. Lu2014-01-082-2/+6
* * stringpool.cc (Stringpool_template::reserve): AddIan Lance Taylor2013-12-192-2/+11
* Add configure checks for <unordered_set> and <unordered_map>.Cary Coutant2013-12-185-2/+43
* Use $(INSTALL_PROGRAM_ENV) consistently.Roland McGrath2013-12-103-12/+20
* Add check for which library is needed for dlopen.Cary Coutant2013-11-223-5/+74
* Use in-tree assembler for exception_x86_64_bnd_test.Cary Coutant2013-11-223-4/+10
* Add R_X86_64_PC32_BND/R_X86_64_PLT32_BND suppor to goldH.J. Lu2013-11-184-8/+96
* Add missing ChangeLog for 88b8e63904fda25c029deaf25d7b4e489b351470Alan Modra2013-11-151-0/+12
* Fixes to powerpc64 gold ELFv2 supportAlan Modra2013-11-152-154/+350
* Revert "Fix race condition while building EH frame header."Cary Coutant2013-11-143-11/+16