aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-16PR gold/17473: Fix gold build with system C++ headers that use <ctype.h>.Roland McGrath2-2/+13
2015-12-13Remove const from return type of get_output_view.Cary Coutant3-8/+15
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant7-4/+32
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant4-1/+87
2015-12-10ld -r doesn't need plugin for slim lto objectH.J. Lu2-1/+8
2015-12-09[GOLD] PowerPC style fixAlan Modra2-22/+33
2015-12-09[GOLD] Edit PowerPC64 ELFv2 function entry codeAlan Modra2-2/+72
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra16-229/+146
2015-12-07[GOLD] R_PPC64_ENTRY supportAlan Modra2-0/+53
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic5-27/+244
2015-11-25Adjust local symbol value in relocatable link to be relative to section.Cary Coutant2-2/+12
2015-11-25[GOLD] Align PowerPC64 GOTAlan Modra2-1/+9
2015-11-19[GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra2-2/+6
2015-11-14Fix problem where bss symbols for copy relocations are marked local.Cary Coutant2-2/+10
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner2-5/+73
2015-11-09Recognize .pdr debug sections.Vladimir Radosavljevic2-1/+7
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant12-23/+78
2015-11-05Revert patch for PR 19119, which led to PR 19172 and 19197.Cary Coutant3-11/+12
2015-11-05Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant3-0/+37
2015-11-03[GOLD] Regenerate POTFILES.in to add s390.ccAlan Modra2-0/+5
2015-10-30Updated (simplified) Chinese translations for ld, bfd, binutils and gold.Nick Clifton2-0/+3603
2015-10-29Make GOT entry size target-dependentH.J. Lu4-4/+33
2015-10-28Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Kościelnicki5-14/+28
2015-10-28Make debug_msg.sh more open-minded about line numbers (needed for s390).Marcin Kościelnicki2-19/+23
2015-10-28Fix empty string alignment in .rodata.str*Marcin Kościelnicki2-3/+11
2015-10-28Add s390 backend.Marcin Kościelnicki8-7/+4380
2015-10-28Add 64-bit archive support.Marcin Kościelnicki3-6/+38