summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* Fix two build issues.users/ccoutant/gold-recordCary Coutant2016-03-191-1/+3
* Add --plugin-record option to record plugin actions.Cary Coutant2016-03-193-20/+284
* Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2016-03-182-44/+39
* Add MIPS-64 support.Vladimir Radosavljevic2016-03-172-635/+1413
* Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2016-03-172-0/+10
* Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2016-03-172-1/+6
* Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu2016-03-094-7/+15
* Remove checks for constructors that might have been eliminated by GCC.Cary Coutant2016-03-085-4/+9
* Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant2016-03-083-2/+8
* Fix Makefile so make clean removes overlooked files.Cary Coutant2016-03-082-5/+20
* Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant2016-03-083-157/+191
* Fix datestamps on ChangeLog entries to read 2015 instead of 2016.Cary Coutant2016-03-041-2/+2
* Add missing ChangeLog entries for commit 82838H.J. Lu2016-03-042-0/+12
* Fix undefined symbol errors introduced with previous commit.Cary Coutant2016-03-042-0/+37
* Add support for STT_SPARC_REGISTER symbols.Cary Coutant2016-03-038-20/+236
* Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola2016-03-032-0/+7
* Add new plugin hooks to support querying section alignment and size.Cary Coutant2016-03-036-4/+505
* get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov2016-03-038-17/+169
* Discard FDEs for zero-length address ranges.Cary Coutant2016-02-263-5/+47
* Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu2016-02-163-8/+12
* gold: Add s390 -fsplit-stack support.Marcin Kościelnicki2016-02-1525-6/+1664
* Remove info message for every erratum 843419 found and fixed.Han Shen2016-02-112-4/+5
* Add additional information to relocation overflow errors.Cary Coutant2016-02-072-2/+31
* Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant2016-02-072-2/+16
* Fix compile errors about shift counts too large.Cary Coutant2016-02-062-10/+41
* Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant2016-02-067-15/+151
* Fix incorrect casts.Cary Coutant2016-02-062-2/+8
* Add PR number to ChangeLog entry.Cary Coutant2016-02-061-0/+1
* Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant2016-02-062-2/+8
* gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki2016-02-065-7/+25
* 2016-02-05 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2016-02-052-47/+75
* Add some relocation overflow checks for x86_64.Cary Coutant2016-02-056-47/+157
* Overhaul relocation framework to support overflow checking.Cary Coutant2016-02-055-150/+632
* Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra2016-02-042-1/+5
* PowerPC64 ELFv2 entry codeAlan Modra2016-02-022-0/+5
* [gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen2016-01-152-2/+11
* Fix compile error with use of 'typename' outside of templateH.J. Lu2016-01-122-3/+7
* Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant2016-01-124-2/+33
* Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant2016-01-114-30/+20
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-1118-690/+1396
* Copyright update for binutilsAlan Modra2016-01-01409-410/+414
* New 2016 binutils ChangeLog filesAlan Modra2016-01-011-0/+14
* binutils ChangeLog rotationAlan Modra2016-01-011-0/+0
* Fix assorted ChangeLog errorsAlan Modra2015-12-301-63/+61
* Implement --long-plt flag (ARM only).Peter Collingbourne2015-12-173-21/+127
* PR gold/17473: Fix gold build with system C++ headers that use <ctype.h>.Roland McGrath2015-12-162-2/+13
* Remove const from return type of get_output_view.Cary Coutant2015-12-133-8/+15
* Pass relocations to Target::do_calls_non_split.Cary Coutant2015-12-117-4/+32
* Make output views accessible to Target during do_relocate().Cary Coutant2015-12-114-1/+87
* ld -r doesn't need plugin for slim lto objectH.J. Lu2015-12-102-1/+8