summaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2018-01-03ChangeLog rotationAlan Modra
2017-12-15[GOLD] PR22602, handle __tls_get_addr forwarders properlyAlan Modra
2017-12-11Add plugin API for processing plugin-added input filesStephen Crane
2017-12-02Handle case where posix_fallocate is not supported for a filesystem.Cary Coutant
2017-12-01Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant
2017-12-01Workaround GCC 7 bug with debug line numbers causing debug_msg.sh failure.Cary Coutant
2017-12-01Fix incremental linking failure with GCC 7+.Cary Coutant
2017-12-01Fix localized help string output for -fuse-ld.Cary Coutant
2017-12-01Fix internal error from command line with unbalanced --start-lib/--end-lib.Benjamin Peterson
2017-12-01Fix problem where undef can fail to trigger archive rescan.Stephen Crane
2017-11-30Fix internal error in fix_errata on aarch64.Peter Smith
2017-11-30Fix problem where erratum stubs are not always applied.Cary Coutant
2017-11-30Fix segfault in relocate_erratum_stub on aarch64.Peter Smith
2017-11-29Support --localedir, --datarootdir and --datadirStefan Stroe
2017-11-28Allow multiply-defined absolute symbols when they have the same value.Cary Coutant
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant
2017-11-28gold: Add a newline at end of pr22266_a.cH.J. Lu
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant
2017-11-19Fix typo in ChangeLog entry.Cary Coutant
2017-11-19Fix DWARF reader to use correct size for DW_FORM_ref_addr.Cary Coutant
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu
2017-11-08Fix problems with -r.James Clarke
2017-11-08Apply:Eric Christopher
2017-11-07ngettext supportAlan Modra
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra
2017-10-20Fix ChangeLog entry.Sriraman Tallam
2017-10-20New gold linker option -z,text-unlikely-segment.Sriraman Tallam
2017-10-19Implement BE8 support for ARM.Umesh Kalappa
2017-10-18[GOLD] Fix powerpc64 optimization of TOC accessesAlan Modra
2017-09-26Fix incorrect register mask.Cary Coutant
2017-09-22[GOLD] Set non-exec stack for aarch64Jim Wilson
2017-09-22[GOLD] clone assert breakageAlan Modra
2017-09-22[GOLD] Set non-exec stack for ppc64Alan Modra
2017-09-20Check for export dynamic symbol options when doing symbol resolution in plugins.Teresa Johnson
2017-09-20[GOLD] PowerPC function address in non-PICAlan Modra
2017-09-19[GOLD, PowerPC] Add --no-stub-group-multiAlan Modra
2017-08-30PowerPC TPREL16_HA/LO reloc optimizationAlan Modra
2017-08-29[GOLD] PowerPC tls_get_addr_optimizeAlan Modra
2017-08-29[GOLD] Reduce size of class SymbolAlan Modra
2017-08-282017-08-28 James Clarke <jrtc27@jrtc27.com>Han Shen
2017-08-28Fix bad offset calculation for R_AARCH64_TLSDESC_* relocs.Igor Kudrin
2017-08-28[GOLD] Symbol flag for PowerPC64 localentry:0 trackingAlan Modra
2017-08-08Add configure flag to enable gnu hash style by default.Romain Geissler
2017-08-03Add --no-relax option.James Clarke
2017-08-01[GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra
2017-07-31[GOLD] PowerPC --no-tls-optimizeAlan Modra
2017-07-31PR 21847, PowerPC64 --plt-localentry againAlan Modra
2017-07-29PR 21847, Don't default PowerPC64 to --plt-localentryAlan Modra
2017-07-28gold: Add put_ch_reserved to 64-bit Chdr_writeH.J. Lu