aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Fix incorrect register mask.Cary Coutant2-1/+6
2017-09-22[GOLD] Set non-exec stack for aarch64Jim Wilson2-4/+9
2017-09-22[GOLD] clone assert breakageAlan Modra2-2/+6
2017-09-22[GOLD] Set non-exec stack for ppc64Alan Modra2-2/+7
2017-09-20Check for export dynamic symbol options when doing symbol resolution in plugins.Teresa Johnson7-17/+156
2017-09-20[GOLD] PowerPC function address in non-PICAlan Modra2-5/+26
2017-09-19[GOLD, PowerPC] Add --no-stub-group-multiAlan Modra2-2/+8
2017-08-30PowerPC TPREL16_HA/LO reloc optimizationAlan Modra2-0/+38
2017-08-29[GOLD] PowerPC tls_get_addr_optimizeAlan Modra5-57/+440
2017-08-29[GOLD] Reduce size of class SymbolAlan Modra4-70/+81
2017-08-282017-08-28 James Clarke <jrtc27@jrtc27.com>Han Shen1-13/+33
2017-08-28Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.Igor Kudrin7-6/+166
2017-08-28[GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra6-6/+52
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