mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
elfxx-x86.h: Fix a typo in comments
* elfxx-x86.h: Fix a typo in comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-09-13 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-x86.h: Fix a typo in comments.
|
||||||
|
|
||||||
2017-09-09 Kamil Rytarowski <n54@gmx.com>
|
2017-09-09 Kamil Rytarowski <n54@gmx.com>
|
||||||
|
|
||||||
* elf32-nds32.c: Rename __BIT() to N32_BIT().
|
* elf32-nds32.c: Rename __BIT() to N32_BIT().
|
||||||
|
@ -109,7 +109,7 @@ struct elf_x86_link_hash_entry
|
|||||||
/* TRUE if symbol is defined by linker. */
|
/* TRUE if symbol is defined by linker. */
|
||||||
unsigned int linker_def : 1;
|
unsigned int linker_def : 1;
|
||||||
|
|
||||||
/* Terue if symbol is referenced by R_386_GOTOFF relocation. This is
|
/* TRUE if symbol is referenced by R_386_GOTOFF relocation. This is
|
||||||
only used by i386. */
|
only used by i386. */
|
||||||
unsigned int gotoff_ref : 1;
|
unsigned int gotoff_ref : 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user