aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2018-01-122018-01-12 Eric Christopher <echristo@gmail.com>Eric Christopher2-1/+13
2017-11-21Fix typo in ChangeLog entry.Cary Coutant1-2/+2
2017-11-21Fix DWARF reader to use correct size for DW_FORM_ref_addr.Cary Coutant3-2/+35
2017-11-15Apply from mainline:Eric Christopher3-4/+228
2017-07-28gold: Add put_ch_reserved to 64-bit Chdr_writeH.J. Lu2-0/+10
2017-07-12Fixing for PR gold/21491 - Errata workaround can produce broken images.Han Shen2-90/+144
2017-06-212017-06-21 Eric Christopher <echristo@gmail.com>Eric Christopher2-12/+21
2017-06-212017-06-21 Eric Christopher <echristo@gmail.com>Eric Christopher2-4/+12
2017-06-212017-06-21 Eric Christopher <echristo@gmail.com>Eric Christopher2-2/+27
2017-06-212017-06-21 Eric Christopher <echristo@gmail.com>Eric Christopher2-0/+14
2017-06-20[GOLD] Avoid duplicate PLT stub symbols on ppc32James Clarke2-6/+17
2017-06-03PR21503, Gold doesn't create linker stub symbols on ppc64Alan Modra3-27/+192
2017-05-13Fix assertion failure relaxing TLS for position-independent executables.James Clarke2-1/+9
2017-03-02Add generated filesbinutils-2_28Tristan Gingold7-0/+0
2017-02-22PowerPC ld segfault on script discarding dynamic sectionsAlan Modra2-5/+15
2017-02-03[GOLD] PowerPC64 TOC indirect to TOC relative segfaultAlan Modra2-0/+11
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-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-11Refactor 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-1652/+1666
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
2016-12-13[GOLD] Allow for larger alignment in script_test_15Alan Modra4-3/+10