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: Remove redundant "symbol" in comments


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

commit 5fdda9d6a4c3520f4787d96c4ae293783fe6262a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Aug 25 17:13:58 2017 -0700

    x86: Remove redundant "symbol" in comments
    
    	* elf32-i386.c (elf_i386_link_hash_entry): Remove redundant
    	"symbol" in comments.
    	* elf64-x86-64.c (elf_x86_64_link_hash_entry): Likewise.

Diff:
---
 bfd/ChangeLog      | 6 ++++++
 bfd/elf32-i386.c   | 2 +-
 bfd/elf64-x86-64.c | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bb38920..cefe1f1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 1009c17..179dc43 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index e30428d..1b8d9ee 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -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


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