Age | Commit message (Expand) | Author | Files | Lines |
2015-12-11 | Make output views accessible to Target during do_relocate(). | Cary Coutant | 4 | -1/+87 |
2015-12-10 | ld -r doesn't need plugin for slim lto object | H.J. Lu | 2 | -1/+8 |
2015-12-09 | [GOLD] PowerPC style fix | Alan Modra | 2 | -22/+33 |
2015-12-09 | [GOLD] Edit PowerPC64 ELFv2 function entry code | Alan Modra | 2 | -2/+72 |
2015-12-09 | [GOLD] Relocate::relocate() params | Alan Modra | 16 | -229/+146 |
2015-12-07 | [GOLD] R_PPC64_ENTRY support | Alan Modra | 2 | -0/+53 |
2015-12-03 | Take addend into account when making GOT entries for local symbols. | Vladimir Radosavljevic | 5 | -27/+244 |
2015-11-25 | Adjust local symbol value in relocatable link to be relative to section. | Cary Coutant | 2 | -2/+12 |
2015-11-25 | [GOLD] Align PowerPC64 GOT | Alan Modra | 2 | -1/+9 |
2015-11-19 | [GOLD] PowerPC TOC16 and GOT16 relocs are relative | Alan Modra | 2 | -2/+6 |
2015-11-14 | Fix problem where bss symbols for copy relocations are marked local. | Cary Coutant | 2 | -2/+10 |
2015-11-11 | Add assembler, disassembler and linker support for power9. | Peter Bergner | 2 | -5/+73 |
2015-11-09 | Recognize .pdr debug sections. | Vladimir Radosavljevic | 2 | -1/+7 |
2015-11-09 | Remove unnecessary target dependencies on relocation format. | Cary Coutant | 12 | -23/+78 |
2015-11-05 | Revert patch for PR 19119, which led to PR 19172 and 19197. | Cary Coutant | 3 | -11/+12 |
2015-11-05 | Add aarch64-specific --no-apply-dynamic-relocs option. | Cary Coutant | 3 | -0/+37 |
2015-11-03 | [GOLD] Regenerate POTFILES.in to add s390.cc | Alan Modra | 2 | -0/+5 |
2015-10-30 | Updated (simplified) Chinese translations for ld, bfd, binutils and gold. | Nick Clifton | 2 | -0/+3603 |
2015-10-29 | Make GOT entry size target-dependent | H.J. Lu | 4 | -4/+33 |
2015-10-28 | Add __attribute__((__aligned__(1))) to unaligned symbols from scripts (for s3... | Marcin Kościelnicki | 5 | -14/+28 |
2015-10-28 | Make debug_msg.sh more open-minded about line numbers (needed for s390). | Marcin Kościelnicki | 2 | -19/+23 |
2015-10-28 | Fix empty string alignment in .rodata.str* | Marcin Kościelnicki | 2 | -3/+11 |
2015-10-28 | Add s390 backend. | Marcin Kościelnicki | 8 | -7/+4380 |
2015-10-28 | Add 64-bit archive support. | Marcin Kościelnicki | 3 | -6/+38 |
2015-10-28 | Support 64-bit entry size in SHT_HASH (for s390). | Marcin Kościelnicki | 14 | -46/+134 |
2015-10-28 | Check R_386_GOT32/R_386_GOT32X without base register | H.J. Lu | 2 | -2/+32 |
2015-10-27 | Patch for PR gold/19042 - unsupported reloc 311/312. | Han Shen | 2 | -0/+30 |
2015-10-22 | Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocations | H.J. Lu | 2 | -2/+31 |
2015-10-22 | Gold: Don't fail on R_386_GOT32X relocation | H.J. Lu | 2 | -0/+17 |
2015-10-20 | Feed right input object to x86_64_mov_to_lea1[12] | H.J. Lu | 3 | -4/+12 |
2015-10-16 | Don't ignore "-m emulation" command line option | H.J. Lu | 3 | -1/+18 |
2015-10-13 | Add EM_IAMCU support to gold | H.J. Lu | 2 | -0/+64 |
2015-10-07 | gold: fix ABI pagesize for aarch64 | Andreas Schwab | 2 | -4/+8 |
2015-10-06 | Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols. | Cary Coutant | 2 | -9/+16 |
2015-09-07 | Fix internal error caused by IFUNC patch. | Cary Coutant | 3 | -9/+16 |
2015-09-02 | Turn IFUNC symbols from shared libraries into normal FUNC symbols | H.J. Lu | 3 | -5/+16 |
2015-09-02 | [GOLD] ppc64 out-of-line register save/restore functions | Alan Modra | 2 | -17/+88 |
2015-08-26 | Fix problem where script specified both address and region for a section. | Cary Coutant | 3 | -19/+54 |
2015-08-25 | Fix --no-as-needed when shared library is listed twice on the command line. | Cary Coutant | 3 | -3/+25 |
2015-08-25 | Fix internal error in gold when script uses section address in assignment. | Cary Coutant | 4 | -14/+53 |
2015-08-25 | Fix regression introduced by fix for PR 18703. | Cary Coutant | 2 | -15/+23 |
2015-08-20 | gold --emit-relocs | Alan Modra | 3 | -4/+15 |
2015-08-18 | Fix symbol versioning problems in PR 18703. | Cary Coutant | 11 | -21/+171 |
2015-08-12 | [MIPS] Map 'move' to 'or'. | Simon Dardis | 2 | -16/+26 |
2015-07-27 | Regenerate configure files | H.J. Lu | 2 | -2/+6 |
2015-07-26 | Make arm_unaligned_reloc test less sensitive to disassembler output format. | Doug Kwan | 3 | -14/+22 |
2015-07-24 | Remove leading/trailing white spaces in ChangeLog | H.J. Lu | 1 | -56/+56 |
2015-07-23 | 2015-07-23 Ian Coolidge <icoolidge@google.com> | Han Shen | 3 | -3/+15 |
2015-07-22 | Don't compare symbol addresses directly | H.J. Lu | 9 | -25/+127 |
2015-07-22 | Mark global with hidden attribute | H.J. Lu | 4 | -3/+10 |