[AArch64] Fix typo in comments on relocation name
authorJiong Wang <jiong.wang@arm.com>
Thu, 22 Jun 2017 11:04:42 +0000 (12:04 +0100)
committerJiong Wang <jiong.wang@arm.com>
Fri, 23 Jun 2017 12:45:30 +0000 (13:45 +0100)
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.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/reloc.c

index 4d2acc5fc987dbd8c1d1477622d60cbe5bc8fbeb..8062e419628432d02bd02ec8ed0c40fb83cc9f5c 100644 (file)
@@ -1,3 +1,9 @@
+2017-06-23  Jiong Wang  <jiong.wang@arm.com>
+
+       * reloc.c (BFD_RELOC_AARCH64_ADR_GOTPAGE): Rename to
+       BFD_RELOC_AARCH64_ADR_GOT_PAGE
+       * bfd-in2.h: Regenerate.
+
 2017-06-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        * elf64-x86-64.c (elf_x86_64_link_setup_gnu_properties): Move
index 434879355b80c2892883c0c0b1804468ff4c5bdc..45f665b57fcbc3d381a112a83cf88bdb007a3b97 100644 (file)
@@ -6014,12 +6014,12 @@ conjunction with BFD_RELOC_AARCH64_LD64_GOT_LO12_NC.  */
 
 /* 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.  */
   BFD_RELOC_AARCH64_LD64_GOT_LO12_NC,
 
 /* 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.  */
   BFD_RELOC_AARCH64_LD32_GOT_LO12_NC,
 
 /* Unsigned 16 bit byte offset for 64 bit load/store from the GOT entry
index ee01d88833b1a495333dc8801383e445026f07e6..024056f11816f7f6c504dff281fbdd7395bdbde6 100644 (file)
@@ -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
This page took 0.036467 seconds and 4 git commands to generate.