From: Roland McGrath Date: Sat, 9 Feb 2008 01:45:01 +0000 (+0000) Subject: * elf/elf.h (NT_PPC_SPE): New macro. X-Git-Tag: cvs/fedora-glibc-20080216T1726~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85202a2b7ee858f0917f9fc62d7c299eaccf3bb7;p=thirdparty%2Fglibc.git * elf/elf.h (NT_PPC_SPE): New macro. --- diff --git a/ChangeLog b/ChangeLog index 8405fb2e12d..94f1abaadd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-08 Roland McGrath + + * elf/elf.h (NT_PPC_SPE): New macro. + 2008-02-06 Roland McGrath * Makerules ($(common-objpfx)sysd-rules): diff --git a/elf/elf.h b/elf/elf.h index 3fc6244c0c0..c087c6e714b 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -606,6 +606,7 @@ typedef struct #define NT_PRFPXREG 20 /* Contains copy of fprxregset struct */ #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */ #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) */ /* Legal values for the note segment descriptor types for object files. */