Define NT_X86_XSTATE constant for ELF core files.
authorRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2010 00:26:27 +0000 (16:26 -0800)
committerRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2010 00:26:27 +0000 (16:26 -0800)
ChangeLog
elf/elf.h

index 4b03d9d..27b4e35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 204a0f9..b6b6410 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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.  */