[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r5096 - in /fsf/trunk/libc: ChangeLog elf/elf.h



Author: eglibc
Date: Sat Feb  9 00:05:08 2008
New Revision: 5096

Log:
Import glibc-mainline for 2008-02-09

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/elf/elf.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Feb  9 00:05:08 2008
@@ -1,3 +1,7 @@
+2008-02-08  Roland McGrath  <roland@xxxxxxxxxx>
+
+	* elf/elf.h (NT_PPC_SPE): New macro.
+
 2008-02-06  Roland McGrath  <roland@xxxxxxxxxx>
 
 	* Makerules ($(common-objpfx)sysd-rules):

Modified: fsf/trunk/libc/elf/elf.h
==============================================================================
--- fsf/trunk/libc/elf/elf.h (original)
+++ fsf/trunk/libc/elf/elf.h Sat Feb  9 00:05:08 2008
@@ -606,6 +606,7 @@
 #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.  */