diff options
author | David Carlton <carlton@bactrian.org> | 2004-01-26 19:11:50 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2004-01-26 19:11:50 +0000 |
commit | 473f7a3bdf4431d8b738ec5e0f06df9745cfa278 (patch) | |
tree | a0d72108a597eec779cb5ada83ee40f11be3cb13 /include/elf/common.h | |
parent | d24d1d3b1955a582cb0f6ca968a5ceec1d739986 (diff) | |
download | binutils-redhat-carlton_dictionary-branch.tar.gz |
2004-01-26 David Carlton <carlton@kealia.com>carlton_dictionary-branch
* Merge with mainline; tag is carlton_dictionary-20040126-merge.
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 3c4fabec6c..15aa5d9b11 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 |