aboutsummaryrefslogtreecommitdiff
path: root/gold/aarch64.cc
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-02-19Check whether symbols with MOVW_.ABS relocations require PLT entries (aarch64).Egeyar Bagcioglu1-0/+11
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-10Fix _GLOBAL_OFFSET_TABLE_ value for large GOTs (aarch64).Stephen Crane1-2/+2
2018-04-06Further improve warnings for relocations referring to discarded sections.Cary Coutant1-9/+7
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-0/+4
2018-03-28Add support for R_AARCH64_TLSLE_LDST8_TPREL_LO12, etc.Cary Coutant1-1/+41
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-30Fix internal error in fix_errata on aarch64.Peter Smith1-0/+25
2017-11-30Fix problem where erratum stubs are not always applied.Cary Coutant1-3/+3
2017-11-30Fix segfault in relocate_erratum_stub on aarch64.Peter Smith1-1/+1
2017-09-22[GOLD] Set non-exec stack for aarch64Jim Wilson1-4/+4
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 Kudrin1-3/+3
2017-07-18Fix spelling typos.Yuri Chornovian1-2/+2
2017-07-11Fixing for PR gold/21491 - Errata workaround can produce broken images.Han Shen1-90/+132
2017-06-202017-06-20 Eric Christopher <echristo@gmail.com>Eric Christopher1-12/+9
2017-06-152017-06-15 Eric Christopher <echristo@gmail.com>Eric Christopher1-4/+5
2017-06-15[GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM 843419 sequences ...Jiong Wang1-2/+29
2017-06-072017-06-07 Eric Christopher <echristo@gmail.com>Eric Christopher1-2/+16
2017-05-12Fix misplacement of a relaxed section on AArch64.Igor Kudrin1-1/+26
2017-01-20Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a ...Nick Clifton1-2/+8
2017-01-10Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-01Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant1-0/+2
2016-11-27Fix spelling in comments in C source files (gold)Ambrogino Modigliani1-2/+2
2016-10-06[GOLD] -Wimplicit-fallthrough warning fixesAlan Modra1-2/+2
2016-09-26[GOLD] warning fixesAlan Modra1-1/+1
2016-07-26[Gold, aarch64] Implement some AArch64 relocs.Han Shen1-0/+51
2016-06-28Implement the R_AARCH64_NONE relocation.Igor Kudrin1-0/+6
2016-06-28Implement SORT_BY_INIT_PRIORITY.Igor Kudrin1-2/+8
2016-05-09Fix for PR gold/19987.Han Shen1-4/+19
2016-02-11Remove info message for every erratum 843419 found and fixed.Han Shen1-4/+0
2016-01-15[gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen1-2/+4
2016-01-11Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant1-6/+0
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant1-40/+83
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-10/+7
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant1-1/+4
2015-11-05Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant1-0/+25
2015-10-28Support 64-bit entry size in SHT_HASH (for s390).Marcin Koƛcielnicki1-4/+8
2015-10-27Patch for PR gold/19042 - unsupported reloc 311/312.Han Shen1-0/+23
2015-10-07gold: fix ABI pagesize for aarch64Andreas Schwab1-4/+4
2015-07-22GOLD aarch64 warning fixAlan Modra1-1/+1
2015-07-20Optimize erratum 843419 fix.Han Shen1-12/+153
2015-07-09Use "gold_info" instead of "gold_warning" for erratum fix.Han Shen1-2/+2
2015-07-09Drop 'missing mapping symbols' warning for arm and aarch64.Han Shen1-4/+0
2015-07-07Make gold aarch64 accept long form of mapping symbols.Han Shen1-2/+9
2015-06-29Patch for gold internal error while fixing erratum 843419.Han Shen1-4/+47