This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[BFD][PATCH]Fix a typo in the comment for BFD_RELOC_AARCH64_LD64_GOT_LO12_NC


Hi all,

This is a simple patch to fix a typo in the comment found in reloc.c. It should be ILP64, instead of LP64.

Okay to commit?

Regards,
Renlin Li

bfd/ChangeLog:

2015-08-19  Renlin Li  <renlin.li@arm.com>

    * reloc.c (BFD_RELOC_AARCH64_LD64_GOT_LO12_NC):
    Change LP64 to ILP64 in the comment.
    * bfd-in2.h: Regenerate.
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 3299055..47a727f 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -5744,7 +5744,7 @@ 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_GOTPAGE.  Valid in ILP64 ABI only.  */
   BFD_RELOC_AARCH64_LD64_GOT_LO12_NC,
 
 /* Unsigned 12 bit byte offset for 32 bit load/store from the page of
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 83b7cd2..fcaf618 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -6782,7 +6782,7 @@ 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_GOTPAGE.  Valid in ILP64 ABI only.
 ENUM
   BFD_RELOC_AARCH64_LD32_GOT_LO12_NC
 ENUMDOC

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]