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

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



Author: eglibc
Date: Mon Apr 23 00:02:08 2007
New Revision: 2055

Log:
Import glibc-mainline for 2007-04-23

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 Mon Apr 23 00:02:08 2007
@@ -1,3 +1,7 @@
+2007-04-22  Roland McGrath  <roland@xxxxxxxxxx>
+
+	* elf/elf.h (NT_PRXFPREG): New macro.
+
 2007-04-19  Andreas Jaeger  <aj@xxxxxxx>
 
 	[BZ #3905]

Modified: fsf/trunk/libc/elf/elf.h
==============================================================================
--- fsf/trunk/libc/elf/elf.h (original)
+++ fsf/trunk/libc/elf/elf.h Mon Apr 23 00:02:08 2007
@@ -603,6 +603,7 @@
 #define NT_LWPSTATUS	16		/* Contains copy of lwpstatus struct */
 #define NT_LWPSINFO	17		/* Contains copy of lwpinfo struct */
 #define NT_PRFPXREG	20		/* Contains copy of fprxregset struct*/
+#define NT_PRXFPREG	0x46e62b7f	/* Contains copy of user_fxsr_struct*/
 
 /* Legal values for the note segment descriptor types for object files.  */