aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki14-46/+134
2015-10-28Check R_386_GOT32/R_386_GOT32X without base registerH.J. Lu2-2/+32
2015-10-27Patch for PR gold/19042 - unsupported reloc 311/312.Han Shen2-0/+30
2015-10-22Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu2-2/+31
2015-10-22Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2-0/+17
2015-10-20Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu3-4/+12
2015-10-16Don't ignore "-m emulation" command line optionH.J. Lu3-1/+18
2015-10-13Add EM_IAMCU support to goldH.J. Lu2-0/+64
2015-10-07gold: fix ABI pagesize for aarch64Andreas Schwab2-4/+8
2015-10-06Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols.Cary Coutant2-9/+16
2015-09-07Fix internal error caused by IFUNC patch.Cary Coutant3-9/+16
2015-09-02Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu3-5/+16
2015-09-02[GOLD] ppc64 out-of-line register save/restore functionsAlan Modra2-17/+88
2015-08-26Fix problem where script specified both address and region for a section.Cary Coutant3-19/+54
2015-08-25Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant3-3/+25
2015-08-25Fix internal error in gold when script uses section address in assignment.Cary Coutant4-14/+53
2015-08-25Fix regression introduced by fix for PR 18703.Cary Coutant2-15/+23
2015-08-20gold --emit-relocsAlan Modra3-4/+15