summaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)Author
2016-02-07Add additional information to relocation overflow errors.Cary Coutant
2016-02-07Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant
2016-02-06Fix compile errors about shift counts too large.Cary Coutant
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant
2016-02-06Fix incorrect casts.Cary Coutant
2016-02-06Add PR number to ChangeLog entry.Cary Coutant
2016-02-06Fix build failure in gold due to signed vs. unsigned comparisons.Cary Coutant
2016-02-06gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki
2016-02-052016-02-05 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2016-02-05Add some relocation overflow checks for x86_64.Cary Coutant
2016-02-05Overhaul relocation framework to support overflow checking.Cary Coutant
2016-02-04Fix "PowerPC64 ELFv2 entry code" for big-endianAlan Modra
2016-02-02PowerPC64 ELFv2 entry codeAlan Modra
2016-01-15[gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen
2016-01-12Fix compile error with use of 'typename' outside of templateH.J. Lu
2016-01-12Fix breakage for SHT_REL targets where get_r_addend() gives internal error.Cary Coutant
2016-01-11Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2016-01-01New 2016 binutils ChangeLog filesAlan Modra
2016-01-01binutils ChangeLog rotationAlan Modra
2015-12-30Fix assorted ChangeLog errorsAlan Modra
2015-12-17Implement --long-plt flag (ARM only).Peter Collingbourne
2015-12-16PR gold/17473: Fix gold build with system C++ headers that use <ctype.h>.Roland McGrath
2015-12-13Remove const from return type of get_output_view.Cary Coutant
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant
2015-12-10ld -r doesn't need plugin for slim lto objectH.J. Lu
2015-12-09[GOLD] PowerPC style fixAlan Modra
2015-12-09[GOLD] Edit PowerPC64 ELFv2 function entry codeAlan Modra
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra
2015-12-07[GOLD] R_PPC64_ENTRY supportAlan Modra
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic
2015-11-25Adjust local symbol value in relocatable link to be relative to section.Cary Coutant
2015-11-25[GOLD] Align PowerPC64 GOTAlan Modra
2015-11-19[GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra
2015-11-14Fix problem where bss symbols for copy relocations are marked local.Cary Coutant
2015-11-11Add assembler, disassembler and linker support for power9.Peter Bergner
2015-11-09Recognize .pdr debug sections.Vladimir Radosavljevic
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant
2015-11-05Revert patch for PR 19119, which led to PR 19172 and 19197.Cary Coutant
2015-11-05Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant
2015-11-03[GOLD] Regenerate POTFILES.in to add s390.ccAlan Modra
2015-10-30Updated (simplified) Chinese translations for ld, bfd, binutils and gold.Nick Clifton
2015-10-29Make GOT entry size target-dependentH.J. Lu
2015-10-28Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Kościelnicki
2015-10-28Make debug_msg.sh more open-minded about line numbers (needed for s390).Marcin Kościelnicki
2015-10-28Fix empty string alignment in .rodata.str*Marcin Kościelnicki
2015-10-28Add s390 backend.Marcin Kościelnicki
2015-10-28Add 64-bit archive support.Marcin Kościelnicki