aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-13 19:21:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-13 19:21:45 +0000
commit30565a54fcfe17393cf34d115abbdfb53c056c22 (patch)
tree3700473a0b7aba27bc3b2e6a443fbe3353f573e5 /contrib/binutils
parent78ce21c1dfcbe7807f37679871930161a4431ea9 (diff)
downloadsrc-30565a54fcfe17393cf34d115abbdfb53c056c22.tar.gz
src-30565a54fcfe17393cf34d115abbdfb53c056c22.zip
Notes
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/include/elf/common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/common.h b/contrib/binutils/include/elf/common.h
index fe8c2169d882..659f986f1fac 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 */