This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[committed, PATCH] x86: Update comments in elfxx-x86.h
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Fri, 8 Sep 2017 09:15:01 -0700
- Subject: [committed, PATCH] x86: Update comments in elfxx-x86.h
- Authentication-results: sourceware.org; auth=none
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
* elfxx-x86.h: Update comments.
---
bfd/elfxx-x86.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h
index 8f0cad0281..ccc72dabf5 100644
--- a/bfd/elfxx-x86.h
+++ b/bfd/elfxx-x86.h
@@ -108,8 +108,8 @@ struct elf_x86_link_hash_entry
*/
unsigned int local_ref : 2;
- /* Symbol is referenced by R_386_GOTOFF relocation. This is only used
- by i386. */
+ /* Terue if symbol is referenced by R_386_GOTOFF relocation. This is
+ only used by i386. */
unsigned int gotoff_ref : 1;
/* TRUE if a weak symbol with a real definition needs a copy reloc.
--
2.13.5