diff options
author | Jim Blandy <jimb@codesourcery.com> | 1999-12-07 23:51:14 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 1999-12-07 23:51:14 +0000 |
commit | e50c1b6cb25fdd8afb76f68c92c7db3dfd64cf8a (patch) | |
tree | 4926289b542c3d65f9fc95a073c866567b1d5009 /include | |
parent | ff08c6bbc8826f62287aff8aab2283f4e9783784 (diff) | |
download | gdb-e50c1b6cb25fdd8afb76f68c92c7db3dfd64cf8a.zip gdb-e50c1b6cb25fdd8afb76f68c92c7db3dfd64cf8a.tar.gz gdb-e50c1b6cb25fdd8afb76f68c92c7db3dfd64cf8a.tar.bz2 |
* common.h (NT_PRXFPREG): New definition.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 69ea572..c1b6274 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. */ |