diff options
author | Jiong Wang <jiong.wang@arm.com> | 2015-08-11 17:07:30 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-08-11 21:25:32 +0100 |
commit | 56a2e4507a4249634422fba2373b651b774c55ac (patch) | |
tree | c1f889bf342e0ca581d37aa0a3fda4f7a1b68dc4 /include/elf/aarch64.h | |
parent | f69e49203b49b7353748b78a9d8111440d9ac291 (diff) | |
download | gdb-56a2e4507a4249634422fba2373b651b774c55ac.zip gdb-56a2e4507a4249634422fba2373b651b774c55ac.tar.gz gdb-56a2e4507a4249634422fba2373b651b774c55ac.tar.bz2 |
[AArch64][4/8] Add R_AARCH64_P32_TLSLD_ADD_LO12_NC in elf header
2015-08-11 Jiong Wang <jiong.wang@arm.com>
include/elf/
* aarch64.h (R_AARCH64_P32_TLSLD_ADD_LO12_NC): Define.
Diffstat (limited to 'include/elf/aarch64.h')
-rw-r--r-- | include/elf/aarch64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/aarch64.h b/include/elf/aarch64.h index ce56326..0eb97f3 100644 --- a/include/elf/aarch64.h +++ b/include/elf/aarch64.h @@ -131,6 +131,7 @@ 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_TLSLD_ADD_LO12_NC, 85) 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) |