* 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:
Tom Tromey 2012-11-01 14:57:22 +00:00
parent de1e3bb2c9
commit 6b53df5729
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-11-01 Tom Tromey <tromey@redhat.com>
* common.h (NT_386_TLS, NT_386_IOPERM): New defines.
2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
* elf/arm.h (EF_ARM_ABI_FLOAT_SOFT): New define.

View File

@ -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 */