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