about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2007-04-22 10:36:16 +0000
committerRoland McGrath <roland@gnu.org>2007-04-22 10:36:16 +0000
commit70f1d28c11a0c4eb6db397242b264c0af72791e9 (patch)
treeb1601af6cdb14fd4fc69933e50398fc0ff1d83b9 /elf
parent767b40bf71eca8495b99b6b424e8dcde8592081b (diff)
downloadglibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.tar.gz
glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.tar.xz
glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.zip
2007-04-22 Roland McGrath <roland@redhat.com>
	* elf/elf.h (NT_PRXFPREG): New macro.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index d27e5f085d..6c2d54c168 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -603,6 +603,7 @@ typedef struct
 #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.  */