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:
authorMark Kettenis <kettenis@gnu.org>2009-03-18 18:57:17 +0300
committerMark Kettenis <kettenis@gnu.org>2009-03-18 18:57:17 +0300
commit2db87fe669aa7ff69ddffcea32b9cb38124ae480 (patch)
tree99c0f3a305c87dee454667db72d0140257b6a627 /include/elf/common.h
parentf48bb39e20cf7f03db254379e96de02b986035e1 (diff)
* common.h (NT_OPENBSD_PROCINFO, NT_OPENBSD_AUXV)
(NT_OPENBSD_REGS, NT_OPENBSD_FPREGS, NT_OPENBSD_XFPREGS) (NT_OPENBSD_WCOOKIE): New defines.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 764141ec6..57c055b85 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -465,6 +465,18 @@
#define NT_NETBSDCORE_PROCINFO 1 /* Has a struct procinfo */
#define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */
+
+/* Note segments for core files on OpenBSD systems. Note name is
+ "OpenBSD". */
+
+#define NT_OPENBSD_PROCINFO 10
+#define NT_OPENBSD_AUXV 11
+#define NT_OPENBSD_REGS 20
+#define NT_OPENBSD_FPREGS 21
+#define NT_OPENBSD_XFPREGS 22
+#define NT_OPENBSD_WCOOKIE 23
+
+
/* Note segments for core files on SPU systems. Note name
must start with "SPU/". */