summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>1999-12-07 23:51:14 +0000
committerJim Blandy <jimb@codesourcery.com>1999-12-07 23:51:14 +0000
commite92584c18f21fc68382fdca47dbd8f52b498cd7e (patch)
treeac75580e9dcb2354b69e08fe18648591b3503c3b /include
parent96907828739ddfb68c3cd0b7fe15299c645144b0 (diff)
downloadgdb-e92584c18f21fc68382fdca47dbd8f52b498cd7e.tar.gz
* common.h (NT_PRXFPREG): New definition.
Diffstat (limited to 'include')
-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 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. */