diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-04 10:05:57 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-05-04 10:05:57 +0000 |
commit | 2a0a747e57ec96bab9d4a6b7c0b32df82a41316e (patch) | |
tree | 002d92f89d7109abc1c2ebe7f113f8dee0dc3034 /elf | |
parent | af5726aed8a0c87d7f29570641cf0acb6a92f918 (diff) |
Updated to fedora-glibc-20070504T0917cvs/fedora-glibc-2_5_90-22
Diffstat (limited to 'elf')
-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. */ |