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/bfd-in2.h | |
parent | 53e8fd0f07cec1eb36149a64e4ed45923967453c (diff) | |
download | gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.zip gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.tar.gz gdb-6c37fedc41b028905cc828c0eccd3a8720512e4e.tar.bz2 |
[AArch64][2/3] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index e963687..c27db8d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -5794,6 +5794,9 @@ BFD_RELOC_AARCH64_TLSGD_ADR_PAGE21. */ /* AArch64 TLS INITIAL EXEC relocation. */ BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19, +/* GOT entry address for AArch64 TLS Local Dynamic, used with ADR instruction. */ + BFD_RELOC_AARCH64_TLSLD_ADR_PREL21, + /* AArch64 TLS LOCAL EXEC relocation. */ BFD_RELOC_AARCH64_TLSLE_MOVW_TPREL_G2, |