mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
* elf/elf.h (NT_PPC_SPE): New macro.
This commit is contained in:
parent
708ef8a471
commit
85202a2b7e
@ -1,3 +1,7 @@
|
|||||||
|
2008-02-08 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* elf/elf.h (NT_PPC_SPE): New macro.
|
||||||
|
|
||||||
2008-02-06 Roland McGrath <roland@redhat.com>
|
2008-02-06 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* Makerules ($(common-objpfx)sysd-rules):
|
* Makerules ($(common-objpfx)sysd-rules):
|
||||||
|
@ -606,6 +606,7 @@ typedef struct
|
|||||||
#define NT_PRFPXREG 20 /* Contains copy of fprxregset struct */
|
#define NT_PRFPXREG 20 /* Contains copy of fprxregset struct */
|
||||||
#define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
|
#define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
|
||||||
#define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */
|
#define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */
|
||||||
|
#define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */
|
||||||
#define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */
|
#define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */
|
||||||
|
|
||||||
/* Legal values for the note segment descriptor types for object files. */
|
/* Legal values for the note segment descriptor types for object files. */
|
||||||
|
Loading…
Reference in New Issue
Block a user