summaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-29gold: Add endbr64 to IBT TLSDESC PLT entryH.J. Lu
2020-11-29gold: Convert x86-64 GOTPCRELX only if addend == -4H.J. Lu
2020-10-13gold: Update GNU_PROPERTY_X86_XXX macrosH.J. Lu
2020-10-13Gold: Enable safe ICF for shared object on x86-64H.J. Lu
2020-05-01gold: x86-64: Fix TLSDESC relaxation for x32H.J. Lu
2020-05-01gold: x86-64: Fix TLSDESC -> LE relaxationH.J. Lu
2020-05-01gold: Increment plt_offset after setting TLSDESC PLT entryH.J. Lu
2020-05-01gold: Handle local IFUNC symbol for APLTH.J. Lu
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-28PR16794, gold ignores R_386_GOTOFF addendAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-08-07Properly merge GNU_PROPERTY_X86_ISA_1_USED (x86_64).Cary Coutant
2018-08-06Fix type checking errors.Cary Coutant
2018-06-23Fix "may be used uninitialized" warning.Cary Coutant
2018-06-23Add x86-64 support for Indirect Branch Tracking (IBT).Cary Coutant
2018-06-22Update support for .note.gnu.property sections.Cary Coutant
2018-06-22Add support for .note.gnu.property sections.Cary Coutant
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-01Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant
2017-07-18Fix spelling typos.Yuri Chornovian
2017-02-15Improved support for --icf=safe when used with -pie.Rahul Chaudhry
2017-01-31Don't allow mov-to-lea optimization for __ehdr_start.Cary Coutant
2017-01-11Fix more compile errors with GCC 4.2.Cary Coutant
2017-01-11Fix compile errors with GCC 4.2.Cary Coutant
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-22Add -z bndplt support (for Intel MPX).Cary Coutant
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra
2016-08-10Fix extraneous complaints about missing expected TLS relocation.Cary Coutant
2016-06-29gold: Support x86-64 TLS code sequences without PLTH.J. Lu
2016-06-28Convert indirect calls to direct when possible.Sriraman Tallam
2016-06-20gold/x86: Handle output without PLTH.J. Lu
2016-02-07Add additional information to relocation overflow errors.Cary Coutant
2016-02-07Fix incorrect x32 overflow checking for refs to weak undef symbols.Cary Coutant
2016-02-06Fix overflow checking for 32-bit pc-relative relocations on x32.Cary Coutant
2016-02-05Add some relocation overflow checks for x86_64.Cary Coutant
2016-01-11Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant
2015-10-29Make GOT entry size target-dependentH.J. Lu
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki
2015-10-22Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu
2015-04-06[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar
2015-02-02Fix bug with previous patch for unresolved TLS symbol.Cary Coutant
2015-01-28Allow undefined references to TLS symbols.Cary Coutant