aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2016-03-31enable -Wwrite-strings for gasTrevor Saunders1-0/+16
2016-03-30Don't override definition a shared object by one in a later shared object.Cary Coutant2-0/+13
2016-03-27Fix failure to diagnose GOTOFF relocation to undef symbol in shared lib (i386).Cary Coutant2-0/+23
2016-03-22Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2-1/+23
2016-03-21Fix problem where gold fails to issue an undefined symbol error during LTO.Cary Coutant7-2/+143
2016-03-21Remove use of alloca.Nick Clifton1-1/+1
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant7-12/+145
2016-03-18Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2-44/+39
2016-03-17Add MIPS-64 support.Vladimir Radosavljevic2-635/+1413
2016-03-17Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2-0/+10
2016-03-17Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2-1/+6
2016-03-09Workaround a C++ bug in GCC 4.2 in gold testH.J. Lu4-7/+15
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant5-4/+9
2016-03-08Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant3-2/+8
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant2-5/+20
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant3-157/+191
2016-03-04Fix datestamps on ChangeLog entries to read 2015 instead of 2016.Cary Coutant1-2/+2
2016-03-04Add missing ChangeLog entries for commit 82838H.J. Lu2-0/+12
2016-03-04Fix undefined symbol errors introduced with previous commit.Cary Coutant2-0/+37
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant8-20/+236
2016-03-03Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola2-0/+7
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant6-4/+505
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov8-17/+169
2016-02-26Discard FDEs for zero-length address ranges.Cary Coutant3-5/+47
2016-02-16Pass -mrelax-relocations=yes to $(TEST_AS)H.J. Lu3-8/+12
2016-02-15gold: Add s390 -fsplit-stack support.Marcin Kościelnicki25-6/+1664
2016-02-11Remove info message for every erratum 843419 found and fixed.Han Shen2-4/+5
2016-02-07Add additional information to relocation overflow errors.Cary Coutant2-2/+31
2016-02-07Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant2-2/+16
2016-02-06Fix compile errors about shift counts too large.Cary Coutant2-10/+41
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant7-15/+151
2016-02-06Fix incorrect casts.Cary Coutant2-2/+8
2016-02-06Add PR number to ChangeLog entry.Cary Coutant1-0/+1
2016-02-06Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant2-2/+8
2016-02-06gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki5-7/+25
2016-02-052016-02-05 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-47/+75
2016-02-05Add some relocation overflow checks for x86_64.Cary Coutant6-47/+157
2016-02-05Overhaul relocation framework to support overflow checking.Cary Coutant5-150/+632
2016-02-04Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra2-1/+5
2016-02-02PowerPC64 ELFv2 entry codeAlan Modra2-0/+5
2016-01-15[gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen2-2/+11
2016-01-12Fix compile error with use of 'typename' outside of templateH.J. Lu2-3/+7
2016-01-12Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant4-2/+33
2016-01-11Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant4-30/+20
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant18-690/+1396
2016-01-01Copyright update for binutilsAlan Modra409-410/+414
2016-01-01New 2016 binutils ChangeLog filesAlan Modra1-0/+14
2016-01-01binutils ChangeLog rotationAlan Modra1-0/+0
2015-12-30Fix assorted ChangeLog errorsAlan Modra1-63/+61
2015-12-17Implement --long-plt flag (ARM only).Peter Collingbourne3-21/+127