summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 23:48:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 23:48:24 +0000
commitc78f16b0d703de51965852dd9e2121000c38be25 (patch)
treee651bea1a5752aa5f1799e655cdc5f03aabe091c /include
parentdccf984009f8d33aa8b8c0a3be7349c66153795b (diff)
add some more defines from binutils since our readelf uses it
Diffstat (limited to 'include')
-rw-r--r--include/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 2b2aafde9..691798af8 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -142,6 +142,7 @@ typedef struct
#define ELFOSABI_HPUX 1 /* HP-UX */
#define ELFOSABI_NETBSD 2 /* NetBSD. */
#define ELFOSABI_LINUX 3 /* Linux. */
+#define ELFOSABI_HURD 4 /* GNU/Hurd */
#define ELFOSABI_SOLARIS 6 /* Sun Solaris. */
#define ELFOSABI_AIX 7 /* IBM AIX. */
#define ELFOSABI_IRIX 8 /* SGI Irix. */
@@ -149,6 +150,9 @@ typedef struct
#define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */
#define ELFOSABI_MODESTO 11 /* Novell Modesto. */
#define ELFOSABI_OPENBSD 12 /* OpenBSD. */
+#define ELFOSABI_OPENVMS 13 /* OpenVMS */
+#define ELFOSABI_NSK 14 /* Hewlett-Packard Non-Stop Kernel */
+#define ELFOSABI_AROS 15 /* Amiga Research OS */
#define ELFOSABI_ARM 97 /* ARM */
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */