summaryrefslogtreecommitdiff
path: root/gold/aarch64.cc
Commit message (Expand)AuthorAgeFilesLines
* 2017-06-20 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-201-12/+9
* 2017-06-15 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-151-4/+5
* [GOLD] Don't install branch-to-stub for TLS relaxed ERRATUM 843419 sequences ...Jiong Wang2017-06-151-2/+29
* 2017-06-07 Eric Christopher <echristo@gmail.com>Eric Christopher2017-06-071-2/+16
* Fix misplacement of a relaxed section on AArch64.Igor Kudrin2017-05-121-1/+26
* Fix problem in aarch64 gold sources uncovered by Coverty - using sizeof on a ...Nick Clifton2017-01-201-2/+8
* Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant2017-01-101-3/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix internal error when relaxing branches to STT_SECTION symbols.Cary Coutant2016-12-011-0/+2
* Fix spelling in comments in C source files (gold)Ambrogino Modigliani2016-11-271-2/+2
* [GOLD] -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-2/+2
* [GOLD] warning fixesAlan Modra2016-09-261-1/+1
* [Gold, aarch64] Implement some AArch64 relocs.Han Shen2016-07-261-0/+51
* Implement the R_AARCH64_NONE relocation.Igor Kudrin2016-06-281-0/+6
* Implement SORT_BY_INIT_PRIORITY.Igor Kudrin2016-06-281-2/+8
* Fix for PR gold/19987.Han Shen2016-05-091-4/+19
* Remove info message for every erratum 843419 found and fixed.Han Shen2016-02-111-4/+0
* [gold][aarch64] PR gold/19472 - DSOs need pc-relative stubs.Han Shen2016-01-151-2/+4
* Fix internal error when applying TLSDESC relocations with no TLS segment.Cary Coutant2016-01-111-6/+0
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-40/+83
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-10/+7
* Remove unnecessary target dependencies on relocation format.Cary Coutant2015-11-091-1/+4
* Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant2015-11-051-0/+25
* Support 64-bit entry size in SHT_HASH (for s390).Marcin Kościelnicki2015-10-281-4/+8
* Patch for PR gold/19042 - unsupported reloc 311/312.Han Shen2015-10-271-0/+23
* gold: fix ABI pagesize for aarch64Andreas Schwab2015-10-071-4/+4
* GOLD aarch64 warning fixAlan Modra2015-07-221-1/+1
* Optimize erratum 843419 fix.Han Shen2015-07-201-12/+153
* Use "gold_info" instead of "gold_warning" for erratum fix.Han Shen2015-07-091-2/+2
* Drop 'missing mapping symbols' warning for arm and aarch64.Han Shen2015-07-091-4/+0
* Make gold aarch64 accept long form of mapping symbols.Han Shen2015-07-071-2/+9
* Patch for gold internal error while fixing erratum 843419.Han Shen2015-06-291-4/+47
* [gold][aarch64] Fix erratum 835769.Han Shen2015-06-121-41/+252
* Fix gold build error at -O0.Cary Coutant2015-06-111-2/+6
* Patch for erratum-843419 (2 of 2 - fix erratum occurrences).Han Shen2015-06-101-176/+657
* [gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen2015-04-271-2/+2
* [gold] The first patch to address cortex-a53 erratum-843419.Han Shen2015-04-161-2/+583
* Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola2015-04-061-6/+4
* Support AARCH64_TLSLD_ADD_DTPREL_* relocations.Jing Yu2015-03-301-9/+16
* Add missing TLSLE relocations for gold aarch64 backend.Jing Yu2015-02-121-5/+35
* This patch adds IFUNC support for arm gold backend.Han Shen2015-01-291-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Cast current_group_size to unsigned longH.J. Lu2014-12-141-1/+1
* Give informative error message for stub-group-sizeJing Yu2014-12-101-10/+17
* Fix for gold linking tlsdesc into an executable with -pie.Han Shen2014-11-261-0/+5
* Misc about gold for aarch64 backend.Han Shen2014-10-291-122/+566
* Add "typename" keyword to satisfy GCC 4.2.Cary Coutant2014-10-171-1/+1
* Here we have the patch for gold aarch64 backend to support relaxation.Han Shen2014-10-151-39/+2124
* Add tls support to gold aarch64 backend.Jing Yu2014-09-171-132/+1482