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 | 6d7173556b6657056e9f711dc6d4db840ae0f036 (patch) | |
tree | 5f4583f6571f98920fc3b7a0ecc1bb7d1aa076b3 /include | |
parent | a694f802c64ad353067ad84460a5a539da8b1c2a (diff) | |
download | newlib-6d7173556b6657056e9f711dc6d4db840ae0f036.zip newlib-6d7173556b6657056e9f711dc6d4db840ae0f036.tar.gz newlib-6d7173556b6657056e9f711dc6d4db840ae0f036.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. */ |