From 2c0a466a7f83eb1ee5f5da0bdd7b4b643fbe3278 Mon Sep 17 00:00:00 2001 From: Jiong Wang Date: Tue, 11 Aug 2015 16:53:12 +0100 Subject: [AArch64][1/8] Add R_AARCH64_P32_TLSLD_ADR_PAGE21 in elf header 2015-08-11 Jiong Wang include/elf/ * aarch64.h (R_AARCH64_P32_TLSLD_ADR_PAGE21): Define. --- include/elf/aarch64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/elf/aarch64.h') diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index bc8cfb6..ce56326 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -130,6 +130,7 @@ 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_TLSLD_ADR_PAGE21, 84) 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) -- cgit v1.1