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 | 14aecf24eb84343582bb4fe42b20b32f63c7edaa (patch) | |
tree | 144cb5b6d8b3affe9d1d49798b77ef3594c638bb /include | |
parent | f6936c48f382a12b7b67fda40352b8e377662743 (diff) | |
download | cygnal-14aecf24eb84343582bb4fe42b20b32f63c7edaa.tar.gz cygnal-14aecf24eb84343582bb4fe42b20b32f63c7edaa.tar.bz2 cygnal-14aecf24eb84343582bb4fe42b20b32f63c7edaa.zip |
* common.h (NT_OPENBSD_IDENT): Define.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 9c7b588e4..4a4501eb8 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 3c4fabec6..15aa5d9b1 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 |