]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/elf.h (NT_PPC_SPE): New macro.
authorRoland McGrath <roland@gnu.org>
Sat, 9 Feb 2008 01:45:01 +0000 (01:45 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 9 Feb 2008 01:45:01 +0000 (01:45 +0000)
ChangeLog
elf/elf.h

index 8405fb2e12df0c3dcc8c3ef9c219a95ed91b65e5..94f1abaadd8baa0b1b490c1afc70d775a9ed1de4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * Makerules ($(common-objpfx)sysd-rules):
index 3fc6244c0c055d4810ceeca08c5992a6957cf118..c087c6e714b0468fcccb0635f52d08ffc0b5fada 100644 (file)
--- 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.  */