From: Roland McGrath Date: Sun, 22 Apr 2007 10:36:16 +0000 (+0000) Subject: 2007-04-22 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20070504T0917~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70f1d28c11a0c4eb6db397242b264c0af72791e9;p=thirdparty%2Fglibc.git 2007-04-22 Roland McGrath * elf/elf.h (NT_PRXFPREG): New macro. --- diff --git a/elf/elf.h b/elf/elf.h index d27e5f085d7..6c2d54c1681 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. */