diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-13 19:21:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-13 19:21:45 +0000 |
| commit | d6ccb80c97f88563536e68fa026e808ee91ef3e9 (patch) | |
| tree | 40083fcfae8b60eb461eca38a3cf50d1e2e2b1db | |
| parent | ff13eb73c16735c0d527072bf5ea3b10322ae10a (diff) | |
| parent | 30565a54fcfe17393cf34d115abbdfb53c056c22 (diff) | |
Notes
| -rw-r--r-- | contrib/binutils/include/elf/common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/common.h b/contrib/binutils/include/elf/common.h index fe8c2169d8826..659f986f1facc 100644 --- a/contrib/binutils/include/elf/common.h +++ b/contrib/binutils/include/elf/common.h @@ -60,7 +60,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define EI_OSABI 7 /* Operating System/ABI indication */ #define ELFOSABI_SYSV 0 /* UNIX System V ABI */ #define ELFOSABI_HPUX 1 /* HP-UX operating system */ +#define ELFOSABI_NETBSD 2 /* NetBSD */ #define ELFOSABI_LINUX 3 /* GNU/Linux */ +#define ELFOSABI_HURD 4 /* GNU/Hurd */ +#define ELFOSABI_SOLARIS 6 /* Solaris */ +#define ELFOSABI_MONTEREY 7 /* Monterey */ +#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 */ |
