diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-05-02 17:49:32 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-05-02 17:49:32 +0000 |
commit | ea65fddc270c1c4027ff8eae381cf27a3d350a15 (patch) | |
tree | 7ed971867f085492cd020087e83d4fd7fd06a58c /include/elf/common.h | |
parent | 523ebbe0876274710c90bed67cf6b9f990d519f4 (diff) | |
download | cygnal-ea65fddc270c1c4027ff8eae381cf27a3d350a15.tar.gz cygnal-ea65fddc270c1c4027ff8eae381cf27a3d350a15.tar.bz2 cygnal-ea65fddc270c1c4027ff8eae381cf27a3d350a15.zip |
2000-05-02 H.J. Lu <hjl@gnu.org>
* common.h (ELFOSABI_NONE): Renamed from ELFOSABI_SYSV.
(ELFOSABI_MODESTO): Defined.
(ELFOSABI_OPENBSD): Likewise.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index febda9c46..09b96697a 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -58,7 +58,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EI_VERSION 6 /* File version */ #define EI_OSABI 7 /* Operating System/ABI indication */ -#define ELFOSABI_SYSV 0 /* UNIX System V ABI */ +#define ELFOSABI_NONE 0 /* UNIX System V ABI */ #define ELFOSABI_HPUX 1 /* HP-UX operating system */ #define ELFOSABI_NETBSD 2 /* NetBSD */ #define ELFOSABI_LINUX 3 /* GNU/Linux */ @@ -68,6 +68,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define ELFOSABI_IRIX 8 /* IRIX */ #define ELFOSABI_FREEBSD 9 /* FreeBSD */ #define ELFOSABI_TRU64 10 /* TRU64 UNIX */ +#define ELFOSABI_MODESTO 11 /* Novell Modesto */ +#define ELFOSABI_OPENBSD 12 /* OpenBSD */ #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ #define ELFOSABI_ARM 97 /* ARM */ |