diff options
author | Jiong Wang <jiong.wang@arm.com> | 2015-07-16 15:43:21 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-07-16 15:43:21 +0100 |
commit | 6c37fedc41b028905cc828c0eccd3a8720512e4e (patch) | |
tree | 69e5110a4920a72f8f1a8e3928631569ef570a5f /bfd/libbfd.h | |
parent | [AArch64][1/3] Add R_AARCH64_P32_TLSLD_ADR_PREL21 in elf header (diff) | |
download | binutils-gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.tar.gz binutils-gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.tar.bz2 binutils-gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.zip |
[AArch64][2/3] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 39c5e717295..18e3c4025a0 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -2759,6 +2759,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC", "BFD_RELOC_AARCH64_TLSIE_LD32_GOTTPREL_LO12_NC", "BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19", + "BFD_RELOC_AARCH64_TLSLD_ADR_PREL21", "BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G2", "BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G1", "BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G1_NC", |