[AArch64][1/3] Add R_AARCH64_P32_TLSLD_ADR_PREL21 in elf header

This commit is contained in:
Jiong Wang 2015-07-16 15:38:32 +01:00
parent 081e4c7d67
commit 53e8fd0f07
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-07-16 Jiong Wang <jiong.wang@arm.com>
* elf/aarch64.h (R_AARCH64_P32_TLSLD_ADR_PREL21): New enumeration.
2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
Sync with GCC

View File

@ -129,6 +129,7 @@ RELOC_NUMBER (R_AARCH64_P32_LD32_GOTPAGE_LO14, 28)
RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADR_PREL21, 80)
RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADR_PAGE21, 81)
RELOC_NUMBER (R_AARCH64_P32_TLSGD_ADD_LO12_NC, 82)
RELOC_NUMBER (R_AARCH64_P32_TLSLD_ADR_PREL21, 83)
RELOC_NUMBER (R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21, 103)
RELOC_NUMBER (R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC, 104)
RELOC_NUMBER (R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19, 105)