diff options
author | Roland McGrath <roland@gnu.org> | 2007-04-22 10:36:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-04-22 10:36:16 +0000 |
commit | 70f1d28c11a0c4eb6db397242b264c0af72791e9 (patch) | |
tree | b1601af6cdb14fd4fc69933e50398fc0ff1d83b9 | |
parent | 767b40bf71eca8495b99b6b424e8dcde8592081b (diff) | |
download | glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.tar glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.tar.gz glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.tar.bz2 glibc-70f1d28c11a0c4eb6db397242b264c0af72791e9.zip |
2007-04-22 Roland McGrath <roland@redhat.com>
* elf/elf.h (NT_PRXFPREG): New macro.
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |