diff options
author | Renlin Li <renlin.li@arm.com> | 2015-06-15 11:07:37 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-06-15 11:07:37 +0100 |
commit | 87f5fbcc7aa49cee13e9ed44587b80d695d7e781 (patch) | |
tree | bd634afe87cb2833ea0582eb3bc2327239753bff /bfd/bfd-in2.h | |
parent | a2a4d60d831e40350d96edd2f1cd55f430d04fd4 (diff) | |
download | gdb-87f5fbcc7aa49cee13e9ed44587b80d695d7e781.zip gdb-87f5fbcc7aa49cee13e9ed44587b80d695d7e781.tar.gz gdb-87f5fbcc7aa49cee13e9ed44587b80d695d7e781.tar.bz2 |
[AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 support
2015-06-15 Renlin Li <renlin.li@arm.com>
bfd/
* reloc.c (BFD_RELOC_AARCH64_LD64_GOTOFF_LO15): New entry.
* elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
gas/
* config/tc-aarch64.c (reloc_table): New relocation modifier.
(md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
(aarch64_force_relocation): Ditto
gas/testsuite/
* gas/aarch64/reloc-insn.s: Update test
* gas/aarch64/reloc-insn.d: Update expected result.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 09331bd..60b7a24 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -5737,6 +5737,10 @@ the GOT entry for this symbol. Used in conjunction with BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in ILP32 ABI only. */ BFD_RELOC_AARCH64_LD32_GOT_LO12_NC, +/* Unsigned 15 bit byte offset for 64 bit load/store from the page of +the GOT entry for this symbol. Valid in ILP64 ABI only. */ + BFD_RELOC_AARCH64_LD64_GOTOFF_LO15, + /* Scaled 14 bit byte offset to the page base of the global offset table. */ BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14, |