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.
This commit is contained in:
H.J. Lu 2017-08-25 17:13:58 -07:00
parent 7d5b8b81d3
commit 5fdda9d6a4
3 changed files with 8 additions and 2 deletions

View 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

View 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

View 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