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 bb389205217df6c3b51cf6378cee39f7e05b6147..cefe1f1d88a9ab1f61e7f3a73d6ea1e2383a862a 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 1009c17ff21c1c28caf8b7b14e272abfa68abf60..179dc434dc36dc362f7e0eef85417e1a5afbe387 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 e30428d6d800277ca21ffd748ecbc2d42b595d73..1b8d9ee388d0dc6f569de096679f11b4f9c5dd16 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
This page took 0.047029 seconds and 4 git commands to generate.