summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-02-28 16:26:27 -0800
committerRoland McGrath <roland@redhat.com>2010-02-28 16:26:27 -0800
commitf2899a62cfd037ac59dddb4dc62c7a2d91238fa7 (patch)
treebbde579b4c3bdcb4435daaa048c4099e702f993e /elf
parent741895aa0a5e00a70c37f8f097af55cb9a8318e9 (diff)
Define NT_X86_XSTATE constant for ELF core files.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 204a0f9e19..b6b6410c51 100644
--- 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. */