mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
Define NT_X86_XSTATE constant for ELF core files.
This commit is contained in:
parent
741895aa0a
commit
f2899a62cf
@ -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]
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user