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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b552c9f..ffb470f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2015-07-16 Jiong Wang <jiong.wang@arm.com> + + * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADR_PREL21): New entry. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for + BFD_RELOC_AARCH64_TLSLD_ADR_PREL21. + 2015-07-10 H.J. Lu <hongjiu.lu@intel.com> PR binutils/18656 |