x86: Update comments in elfxx-x86.h
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 8 Sep 2017 16:15:25 +0000 (09:15 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 8 Sep 2017 16:15:37 +0000 (09:15 -0700)
* elfxx-x86.h: Update comments.

bfd/ChangeLog
bfd/elfxx-x86.h

index 73d3d1ca443f1d1bd5921e64c53f736943153419..99c450395d775263f0ceb838c573cbacba79b879 100644 (file)
@@ -1,3 +1,7 @@
+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
index 8f0cad02812e95350e6c6ec550eb83b57a555cd4..ccc72dabf5bd35d41f431e552bf03619bdec413f 100644 (file)
@@ -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.