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