aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2017-12-15[GOLD] PR22602, handle __tls_get_addr forwarders properlyAlan Modra2-4/+11
2017-12-11Add plugin API for processing plugin-added input filesStephen Crane7-21/+309
2017-12-02Handle case where posix_fallocate is not supported for a filesystem.Cary Coutant2-3/+23
2017-12-01Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant6-53/+84
2017-12-01Workaround GCC 7 bug with debug line numbers causing debug_msg.sh failure.Cary Coutant3-3/+17
2017-12-01Fix incremental linking failure with GCC 7+.Cary Coutant5-4/+21
2017-12-01Fix localized help string output for -fuse-ld.Cary Coutant2-1/+6
2017-12-01Fix internal error from command line with unbalanced --start-lib/--end-lib.Benjamin Peterson6-11/+81
2017-12-01Fix problem where undef can fail to trigger archive rescan.Stephen Crane2-7/+14
2017-11-30Fix internal error in fix_errata on aarch64.Peter Smith2-0/+32
2017-11-30Fix problem where erratum stubs are not always applied.Cary Coutant2-3/+11
2017-11-30Fix segfault in relocate_erratum_stub on aarch64.Peter Smith2-1/+7
2017-11-29Support --localedir, --datarootdir and --datadirStefan Stroe2-4/+10
2017-11-28Allow multiply-defined absolute symbols when they have the same value.Cary Coutant2-5/+20
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant3-16/+19
2017-11-28gold: Add a newline at end of pr22266_a.cH.J. Lu2-1/+5
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant8-28/+92
2017-11-19Fix typo in ChangeLog entry.Cary Coutant1-2/+2
2017-11-19Fix DWARF reader to use correct size for DW_FORM_ref_addr.Cary Coutant3-2/+33
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu4-12/+60
2017-11-08Fix problems with -r.James Clarke8-64/+128
2017-11-08Apply:Eric Christopher2-2/+7
2017-11-07ngettext supportAlan Modra2-2/+13
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2-1/+8
2017-10-20Fix ChangeLog entry.Sriraman Tallam1-1/+1
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam7-25/+178
2017-10-19Implement BE8 support for ARM.Umesh Kalappa7-8/+190
2017-10-18[GOLD] Fix powerpc64 optimization of TOC accessesAlan Modra2-2/+9
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