This is the mail archive of the binutils-cvs@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]

[binutils-gdb] x86: Update comments in elfxx-x86.h


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c7df954fc4be9eea78a812d04beb6a5534d9a5e7

commit c7df954fc4be9eea78a812d04beb6a5534d9a5e7
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Sep 8 09:15:25 2017 -0700

    x86: Update comments in elfxx-x86.h
    
    	* elfxx-x86.h: Update comments.

Diff:
---
 bfd/ChangeLog   | 4 ++++
 bfd/elfxx-x86.h | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 73d3d1c..99c4503 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
 2017-09-08  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elfxx-x86.h: Update comments.
+
+2017-09-08  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elf32-i386.c (elf_i386_link_setup_gnu_properties): Replace
 	elf_x86_plt_layout_table with elf_x86_init_table.
 	* elf64-x86-64.c (elf_x86_64_link_setup_gnu_properties):
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h
index 8f0cad0..ccc72da 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.


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