summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* [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
* [GOLD] PowerPC style fixAlan Modra2015-12-092-22/+33
* [GOLD] Edit PowerPC64 ELFv2 function entry codeAlan Modra2015-12-092-2/+72
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-0916-229/+146
* [GOLD] R_PPC64_ENTRY supportAlan Modra2015-12-072-0/+53
* Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic2015-12-035-27/+244
* Adjust local symbol value in relocatable link to be relative to section.Cary Coutant2015-11-252-2/+12
* [GOLD] Align PowerPC64 GOTAlan Modra2015-11-252-1/+9
* [GOLD] PowerPC TOC16 and GOT16 relocs are relativeAlan Modra2015-11-192-2/+6
* Fix problem where bss symbols for copy relocations are marked local.Cary Coutant2015-11-142-2/+10
* Add assembler, disassembler and linker support for power9.Peter Bergner2015-11-112-5/+73
* Recognize .pdr debug sections.Vladimir Radosavljevic2015-11-092-1/+7
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-0912-23/+78
* Revert patch for PR 19119, which led to PR 19172 and 19197.Cary Coutant2015-11-053-11/+12
* Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant2015-11-053-0/+37
* [GOLD] Regenerate POTFILES.in to add s390.ccAlan Modra2015-11-032-0/+5
* Updated (simplified) Chinese translations for ld, bfd, binutils and gold.Nick Clifton2015-10-302-0/+3603
* Make GOT entry size target-dependentH.J. Lu2015-10-294-4/+33
* Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3...Marcin Kościelnicki2015-10-285-14/+28
* Make debug_msg.sh more open-minded about line numbers (needed for s390).Marcin Kościelnicki2015-10-282-19/+23
* Fix empty string alignment in .rodata.str*Marcin Kościelnicki2015-10-282-3/+11
* Add s390 backend.Marcin Kościelnicki2015-10-288-7/+4380
* Add 64-bit archive support.Marcin Kościelnicki2015-10-283-6/+38
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki2015-10-2814-46/+134
* Check R_386_GOT32/R_386_GOT32X without base registerH.J. Lu2015-10-282-2/+32
* Patch for PR gold/19042 - unsupported reloc 311/312.Han Shen2015-10-272-0/+30
* Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu2015-10-222-2/+31
* Gold: Don't fail on R_386_GOT32X relocationH.J. Lu2015-10-222-0/+17
* Feed right input object to x86_64_mov_to_lea1[12]H.J. Lu2015-10-203-4/+12
* Don't ignore "-m emulation" command line optionH.J. Lu2015-10-163-1/+18
* Add EM_IAMCU support to goldH.J. Lu2015-10-132-0/+64
* gold: fix ABI pagesize for aarch64Andreas Schwab2015-10-072-4/+8
* Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols.Cary Coutant2015-10-062-9/+16
* Fix internal error caused by IFUNC patch.Cary Coutant2015-09-073-9/+16
* Turn IFUNC symbols from shared libraries into normal FUNC symbolsH.J. Lu2015-09-023-5/+16
* [GOLD] ppc64 out-of-line register save/restore functionsAlan Modra2015-09-022-17/+88