x86: Remove redundant "symbol" in comments
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 26 Aug 2017 00:13:58 +0000 (17:13 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 26 Aug 2017 00:13:58 +0000 (17:13 -0700)
* elf32-i386.c (elf_i386_link_hash_entry): Remove redundant
"symbol" in comments.
* elf64-x86-64.c (elf_x86_64_link_hash_entry): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c

index bb38920..cefe1f1 100644 (file)
@@ -1,3 +1,9 @@
+2017-08-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_link_hash_entry): Remove redundant
+       "symbol" in comments.
+       * elf64-x86-64.c (elf_x86_64_link_hash_entry): Likewise.
+
 2017-08-24  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/22001
index 1009c17..179dc43 100644 (file)
@@ -995,7 +995,7 @@ struct elf_i386_link_hash_entry
   /* Don't call finish_dynamic_symbol on this symbol.  */
   unsigned int no_finish_dynamic_symbol : 1;
 
-  /* TRUE if symbol symbol is __tls_get_addr.  */
+  /* TRUE if symbol is __tls_get_addr.  */
   unsigned int tls_get_addr : 1;
 
   /* Reference count of C/C++ function pointer relocations in read-write
index e30428d..1b8d9ee 100644 (file)
@@ -1101,7 +1101,7 @@ struct elf_x86_64_link_hash_entry
   /* Don't call finish_dynamic_symbol on this symbol.  */
   unsigned int no_finish_dynamic_symbol : 1;
 
-  /* TRUE if symbol symbol is __tls_get_addr.  */
+  /* TRUE if symbol is __tls_get_addr.  */
   unsigned int tls_get_addr : 1;
 
   /* Reference count of C/C++ function pointer relocations in read-write