aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2017-08-08Add configure flag to enable gnu hash style by default.Romain Geissler5-1/+59
2017-08-03Add --no-relax option.James Clarke2-1/+7
2017-08-01[GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra6-18/+137
2017-07-31[GOLD] PowerPC --no-tls-optimizeAlan Modra3-15/+42
2017-07-31PR 21847, PowerPC64 --plt-localentry againAlan Modra2-0/+9
2017-07-29PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra2-2/+6
2017-07-28gold: Add put_ch_reserved to 64-bit Chdr_writeH.J. Lu2-0/+10
2017-07-26Gold: Fix mips.cc for GCC 4.2H.J. Lu2-1/+6
2017-07-23Correct eh_frame info for __glink_PLTresolveAlan Modra2-2/+9
2017-07-18Fix spelling typos.Yuri Chornovian6-9/+18
2017-07-12Add missing gold/ChangeLog entry.Cary Coutant1-0/+12
2017-07-12Update PO filesAlan Modra11-657/+11519
2017-07-11Fixing for PR gold/21491 - Errata workaround can produce broken images.Han Shen1-90/+132
2017-06-23[GOLD] PowerPC64 localentry:0 plt call optimizationAlan Modra3-11/+132
2017-06-23[GOLD] PowerPC64 tocsaveAlan Modra3-65/+254
2017-06-21[GOLD] PowerPC move plt indx_ out of unordered map keyAlan Modra2-42/+61
2017-06-202017-06-20 Eric Christopher <echristo@gmail.com>Eric Christopher2-12/+18
2017-06-20[GOLD] Avoid duplicate PLT stub symbols on ppc32James Clarke2-6/+17
2017-06-152017-06-15 Eric Christopher <echristo@gmail.com>Eric Christopher2-4/+9
2017-06-15[GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM 843419 sequences ...Jiong Wang2-2/+35
2017-06-072017-06-07 Eric Christopher <echristo@gmail.com>Eric Christopher2-2/+24
2017-05-23PR21503, Gold doesn't create linker stub symbols on ppc64Alan Modra3-27/+190
2017-05-152017-05-15 Eric Christopher <echristo@gmail.com>Eric Christopher2-0/+11
2017-05-13Fix assertion failure relaxing TLS for position-independent executables.James Clarke2-1/+9
2017-05-12Fix misplacement of a relaxed section on AArch64.Igor Kudrin6-4/+152
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