Define NT_X86_XSTATE constant for ELF core files.

This commit is contained in:
Roland McGrath 2010-02-28 16:26:27 -08:00
parent 741895aa0a
commit f2899a62cf
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-02-28 Roland McGrath <roland@redhat.com>
* elf/elf.h (NT_X86_XSTATE): New macro.
2010-02-20 H.J. Lu <hongjiu.lu@intel.com>
[BZ #11332]

View File

@ -619,6 +619,7 @@ typedef struct
#define NT_PPC_VSX 0x102 /* PowerPC VSX registers */
#define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */
#define NT_386_IOPERM 0x201 /* x86 io permission bitmap (1=deny) */
#define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */
/* Legal values for the note segment descriptor types for object files. */