summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-13 19:21:45 +0000
committerobrien <obrien@FreeBSD.org>2000-05-13 19:21:45 +0000
commite0422e6dfeb39a5c435fa752058e07f29b615fdb (patch)
tree95e5b32ab253b23091b2ee22c949422959dc324f
parent5817247b4947996dcc29434c678820b2494fa0de (diff)
parent4e16f4e9862f75bc9baf95241e1ed357017bfdb9 (diff)
downloadFreeBSD-src-e0422e6dfeb39a5c435fa752058e07f29b615fdb.zip
FreeBSD-src-e0422e6dfeb39a5c435fa752058e07f29b615fdb.tar.gz
This commit was generated by cvs2svn to compensate for changes in r60529,
which included commits to RCS files with non-trunk default branches.
-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 fe8c216..659f986 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 */
OpenPOWER on IntegriCloud