aboutsummaryrefslogtreecommitdiff
path: root/gold/aarch64.cc
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12[gold][aarch64] Fix erratum 835769.Han Shen1-41/+252
2015-06-11Fix gold build error at -O0.Cary Coutant1-2/+6
2015-06-10Patch for erratum-843419 (2 of 2 - fix erratum occurrences).Han Shen1-176/+657
2015-04-27[gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen1-2/+2
2015-04-16[gold] The first patch to address cortex-a53 erratum-843419.Han Shen1-2/+583
2015-04-06Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola1-6/+4
2015-03-30Support AARCH64_TLSLD_ADD_DTPREL_* relocations.Jing Yu1-9/+16
2015-02-12Add missing TLSLE relocations for gold aarch64 backend.Jing Yu1-5/+35
2015-01-29This patch adds IFUNC support for arm gold backend.Han Shen1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-14Cast current_group_size to unsigned longH.J. Lu1-1/+1
2014-12-10Give informative error message for stub-group-sizeJing Yu1-10/+17
2014-11-26Fix for gold linking tlsdesc into an executable with -pie.Han Shen1-0/+5