summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-19 18:28:58 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-19 18:28:58 +0000
commit41c11350289d2b88d0661ad71faf5d22e094397d (patch)
tree1e80a5f650fcc2f8a6bed6bf811f960775c12c13
parentb018408b8ed6d9f8acb524bdc16b7d14315b86ff (diff)
downloadgdb-41c11350289d2b88d0661ad71faf5d22e094397d.tar.gz
* common.h (NT_OPENBSD_IDENT): Define.
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 9c7b588e456..4a4501eb893 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-17 Mark Kettenis <kettenis@gnu.org>
+
+ * common.h (NT_OPENBSD_IDENT): Define.
+
2004-01-06 Alexandre Oliva <aoliva@redhat.com>
2003-09-18 Alexandre Oliva <aoliva@redhat.com>
diff --git a/include/elf/common.h b/include/elf/common.h
index 3c4fabec6cc..15aa5d9b11e 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -404,6 +404,10 @@
#define NT_NETBSD_IDENT 1
+/* Values for OpenBSD .note.openbsd.ident notes. Note name is "OpenBSD". */
+
+#define NT_OPENBSD_IDENT 1
+
/* Values for FreeBSD .note.ABI-tag notes. Note name is "FreeBSD". */
#define NT_FREEBSD_ABI_TAG 1