Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>1999-12-08 02:51:14 +0300
committerJim Blandy <jimb@codesourcery.com>1999-12-08 02:51:14 +0300
commit6d7173556b6657056e9f711dc6d4db840ae0f036 (patch)
tree5f4583f6571f98920fc3b7a0ecc1bb7d1aa076b3
parenta694f802c64ad353067ad84460a5a539da8b1c2a (diff)
* common.h (NT_PRXFPREG): New definition.
-rw-r--r--include/elf/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 69ea572b2..c1b62746f 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. */