mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
binutils
* readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM. include/common/elf * common.h (NT_386_TLS, NT_386_IOPERM): New defines.
This commit is contained in:
@ -529,6 +529,10 @@
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_386_TLS 0x200 /* x86 TLS information */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_386_IOPERM 0x201 /* x86 io permissions */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_X86_XSTATE 0x202 /* x86 XSAVE extended state */
|
||||
/* note name must be "LINUX". */
|
||||
#define NT_S390_HIGH_GPRS 0x300 /* S/390 upper halves of GPRs */
|
||||
|
Reference in New Issue
Block a user