diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-01-19 18:28:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-01-19 18:28:58 +0000 |
commit | 3fe7447286f35584d45cefca47e5b7e17202617c (patch) | |
tree | 2febd4c375c33aac1bd1cfb3df2f42b697056c67 /include/elf/common.h | |
parent | 2dbd5e306825597face3151410744e7e321d737b (diff) | |
download | binutils-gdb-3fe7447286f35584d45cefca47e5b7e17202617c.tar.gz |
* common.h (NT_OPENBSD_IDENT): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |