From: Jim Blandy Date: Tue, 7 Dec 1999 23:51:14 +0000 (+0000) Subject: * common.h (NT_PRXFPREG): New definition. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e50c1b6cb25fdd8afb76f68c92c7db3dfd64cf8a;p=binutils-gdb.git * common.h (NT_PRXFPREG): New definition. --- diff --git a/include/elf/common.h b/include/elf/common.h index 69ea572b292..c1b62746ffb 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -242,6 +242,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NT_FPREGSET 2 /* Contains copy of fpregset struct */ #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ #define NT_TASKSTRUCT 4 /* Contains copy of task struct */ +#define NT_PRXFPREG 0x46e62b7f /* Contains a user_xfpregs_struct; + note name must be "LINUX". */ /* Note segments for core files on dir-style procfs systems. */