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:
parent
7d5b8b81d3
commit
5fdda9d6a4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user