Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | Mips: Fix TLS LDM GOT entry. | Vladimir Radosavljevic | 2 | -7/+16 |
2017-03-15 | Mips: Omit empty objects for merging processor-specific data. | Vladimir Radosavljevic | 2 | -40/+69 |
2017-03-15 | Mips: Add support for resolving multiple consecutive relocations. | Vladimir Radosavljevic | 2 | -100/+171 |
2017-03-15 | Remove redundant checks for relocatable link (MIPS). | Vladimir Radosavljevic | 2 | -24/+25 |
2017-03-15 | Add support for .MIPS.options section. | Vladimir Radosavljevic | 2 | -0/+83 |
2017-03-15 | Improve relocation overflow errors on MIPS. | Vladimir Radosavljevic | 2 | -12/+29 |
2017-03-15 | Correct the definition of _gp and _GLOBAL_OFFSET_TABLE_ symbols for MIPS. | Vladimir Radosavljevic | 2 | -55/+35 |
2017-02-22 | PowerPC ld segfault on script discarding dynamic sections | Alan Modra | 2 | -5/+15 |
2017-02-15 | Don't give an internal error for unsupported relocations. | Vladimir Radosavljevic | 2 | -11/+15 |
2017-02-15 | Add support for R_MIPS_HIGHER/HIGHEST, R_MICROMIPS_HIGHER/HIGHEST relocations. | Vladimir Radosavljevic | 2 | -0/+87 |
2017-02-15 | Improved support for --icf=safe when used with -pie. | Rahul Chaudhry | 6 | -17/+191 |
2017-02-03 | [GOLD] PowerPC64 TOC indirect to TOC relative segfault | Alan Modra | 2 | -0/+11 |
2017-01-31 | Don't allow mov-to-lea optimization for __ehdr_start. | Cary Coutant | 2 | -3/+15 |
2017-01-23 | Add -e to test scripts where necessary. | Rahul Chaudhry | 4 | -4/+14 |
2017-01-23 | Make the sh_info field of .rel.plt point to .plt (MIPS). | Vladimir Radosavljevic | 2 | -1/+12 |
2017-01-23 | Fix MIPS GOT when global symbols are forced to local visibility. | Vladimir Radosavljevic | 2 | -2/+11 |
2017-01-20 | Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a ... | Nick Clifton | 2 | -2/+13 |
2017-01-13 | Gold: Fix build with GCC 4.2 | H.J. Lu | 2 | -1/+7 |
2017-01-12 | Fix incorrect byte counts. | Cary Coutant | 2 | -3/+7 |
2017-01-11 | Fix more compile errors with GCC 4.2. | Cary Coutant | 2 | -12/+22 |
2017-01-11 | Fix compile errors with GCC 4.2. | Cary Coutant | 3 | -13/+30 |
2017-01-11 | Fix test cases to work for i386. | Cary Coutant | 5 | -7/+15 |
2017-01-11 | [GOLD] PowerPC64 TOC indirect to TOC relative code editing | Alan Modra | 2 | -44/+537 |
2017-01-10 | Refactor Sized_relobj_file::do_relocate_sections. | Cary Coutant | 5 | -9/+93 |
2017-01-10 | [GOLD] Fix tests for powerpc64 | Alan Modra | 4 | -10/+54 |
2017-01-10 | [GOLD] Add --secure-plt option for ppc32 | Alan Modra | 3 | -0/+48 |
2017-01-09 | [GOLD] Set sh_info of .rela.plt for powerpc | Alan Modra | 2 | -0/+8 |
2017-01-07 | [GOLD] powerpc.cc tidies | Alan Modra | 2 | -38/+37 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 450 | -454/+457 |
2017-01-02 | ChangeLog rotation | Alan Modra | 2 | -1656/+1670 |
2016-12-28 | Fix comment typo | Andreas Schwab | 2 | -36/+41 |
2016-12-28 | Add explicit instantiations for build_compressed_section_map(). | Cary Coutant | 2 | -0/+37 |
2016-12-28 | Fix last ChangeLog entry. | Cary Coutant | 1 | -1/+1 |
2016-12-27 | Place copy relocations in .dynbss when target is read-only. | Cary Coutant | 7 | -16/+161 |
2016-12-23 | Bump gold version number to 1.14. | Cary Coutant | 3 | -1/+24 |
2016-12-22 | Add -z bndplt support (for Intel MPX). | Cary Coutant | 11 | -25/+788 |
2016-12-22 | Fix placement of forced local symbols in the dynamic symbol table. | Cary Coutant | 8 | -97/+220 |
2016-12-22 | Fix problem where version script causes predefined hidden symbol to be define... | Cary Coutant | 6 | -26/+90 |
2016-12-21 | Make linker-created symbols relocatable where appropriate. | Cary Coutant | 4 | -2/+19 |
2016-12-21 | Remove high bit set characters | Alan Modra | 2 | -4/+8 |
2016-12-20 | Update testsuite Makefile with missing dependencies. | Cary Coutant | 3 | -66/+72 |
2016-12-19 | Fix read-beyond-end-of-buffer error in script parsing. | Cary Coutant | 2 | -14/+26 |
2016-12-19 | Fix problem where linker does not place .note sections according to script. | Cary Coutant | 5 | -30/+61 |
2016-12-19 | Fix an internal error in the constructor of Target_arm. | Igor Kudrin | 6 | -28/+55 |
2016-12-19 | Fix forced allocation of common (-d) during -r links. | Cary Coutant | 5 | -4/+81 |
2016-12-13 | Add --orphan-handling option. | Cary Coutant | 4 | -4/+80 |
2016-12-13 | Do not use linker script to place static relocation sections. | Cary Coutant | 3 | -20/+32 |
2016-12-12 | When using linker scripts, place linker-generated sections by the output sect... | Cary Coutant | 7 | -5/+101 |
2016-12-12 | Fix edge cases in orphan section placement. | Cary Coutant | 2 | -3/+42 |
2016-12-13 | [GOLD] Allow for larger alignment in script_test_15 | Alan Modra | 4 | -3/+10 |