diff options
author | Jiong Wang <jiong.wang@arm.com> | 2017-06-22 12:04:42 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2017-06-23 13:45:30 +0100 |
commit | 4aa57d6a2bfc4e48fa6a685bfa164db5ae2e1c1c (patch) | |
tree | a4d01e62e898dcf71b6b4fba2dabaacd4071c302 /bfd/reloc.c | |
parent | 7ee7ff7015840f2d0156bf386a050bd728d22fc4 (diff) | |
download | gdb-4aa57d6a2bfc4e48fa6a685bfa164db5ae2e1c1c.zip gdb-4aa57d6a2bfc4e48fa6a685bfa164db5ae2e1c1c.tar.gz gdb-4aa57d6a2bfc4e48fa6a685bfa164db5ae2e1c1c.tar.bz2 |
[AArch64] Fix typo in comments on relocation name
BFD_RELOC_AARCH64_ADR_GOTPAGE should be BFD_RELOC_AARCH64_ADR_GOT_PAGE.
bfd/
* reloc.c (BFD_RELOC_AARCH64_ADR_GOTPAGE): Rename to
BFD_RELOC_AARCH64_ADR_GOT_PAGE
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index ee01d88..024056f 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -7120,13 +7120,13 @@ ENUM ENUMDOC Unsigned 12 bit byte offset for 64 bit load/store from the page of the GOT entry for this symbol. Used in conjunction with - BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in LP64 ABI only. + BFD_RELOC_AARCH64_ADR_GOT_PAGE. Valid in LP64 ABI only. ENUM BFD_RELOC_AARCH64_LD32_GOT_LO12_NC ENUMDOC Unsigned 12 bit byte offset for 32 bit load/store from the page of the GOT entry for this symbol. Used in conjunction with - BFD_RELOC_AARCH64_ADR_GOTPAGE. Valid in ILP32 ABI only. + BFD_RELOC_AARCH64_ADR_GOT_PAGE. Valid in ILP32 ABI only. ENUM BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC ENUMDOC |