diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-27 12:21:54 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-27 12:25:03 +0000 |
commit | 96c20bc18d71ca5ae3335d48ff2b459d495032d3 (patch) | |
tree | 90e99e6104fc289ca1aabf845e80982434de858d /bfd/bfd-in2.h | |
parent | a3976a7c56ec803f6ba141576cc56afe02663a8a (diff) | |
download | binutils-96c20bc18d71ca5ae3335d48ff2b459d495032d3.zip binutils-96c20bc18d71ca5ae3335d48ff2b459d495032d3.tar.gz binutils-96c20bc18d71ca5ae3335d48ff2b459d495032d3.tar.bz2 |
Regenerate bfd-in2.h and libbfd.h
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 2ec7f92..2d2e7ac 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -5716,6 +5716,9 @@ relative value. Used in conjunction with BFD_RELOC_AARCH64_TLSGD_ADD_LO12_NC. */ BFD_RELOC_AARCH64_TLSGD_ADR_PAGE21, +/* AArch64 TLS General Dynamic */ + BFD_RELOC_AARCH64_TLSGD_ADR_PREL21, + /* Unsigned 12 bit byte offset to global offset table entry for a symbols tls_index structure. Used in conjunction with BFD_RELOC_AARCH64_TLSGD_ADR_PAGE21. */ |