mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
elfxx-x86.h: Fix a typo in comments
* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in comments.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in
|
||||||
|
comments.
|
||||||
|
|
||||||
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
2017-09-01 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf32-i386.c (elf_i386_mkobject): Removed.
|
* elf32-i386.c (elf_i386_mkobject): Removed.
|
||||||
|
@ -317,7 +317,7 @@ struct elf_x86_plt_layout_table
|
|||||||
/* The non-lazy PLT layout for IBT. */
|
/* The non-lazy PLT layout for IBT. */
|
||||||
const struct elf_x86_non_lazy_plt_layout *non_lazy_ibt_plt;
|
const struct elf_x86_non_lazy_plt_layout *non_lazy_ibt_plt;
|
||||||
|
|
||||||
/* TRUE if this is an normal x86 target. */
|
/* TRUE if this is a normal x86 target. */
|
||||||
bfd_boolean normal_target;
|
bfd_boolean normal_target;
|
||||||
|
|
||||||
/* TRUE if this is a VxWorks x86 target. */
|
/* TRUE if this is a VxWorks x86 target. */
|
||||||
|
Reference in New Issue
Block a user