summaryrefslogtreecommitdiffstats
path: root/sys/sys/elf_common.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-09-29 13:35:14 +0000
committerdfr <dfr@FreeBSD.org>2000-09-29 13:35:14 +0000
commita9c8fe2534c25d23186561220dd3f3702c514c3b (patch)
treedc24de65dd62763a7f09ed748bdaec742673c32e /sys/sys/elf_common.h
parent78ff0561c0a2bf4ddcdd948351d5b1fe6402f9d9 (diff)
downloadFreeBSD-src-a9c8fe2534c25d23186561220dd3f3702c514c3b.zip
FreeBSD-src-a9c8fe2534c25d23186561220dd3f3702c514c3b.tar.gz
Add machine type for ia64.
Diffstat (limited to 'sys/sys/elf_common.h')
-rw-r--r--sys/sys/elf_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index f63f384..43b58b7 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -127,6 +127,7 @@ typedef struct {
#define EM_SPARC64 11 /* SPARC v9 64-bit unoffical */
#define EM_PARISC 15 /* HPPA */
#define EM_PPC 20 /* PowerPC */
+#define EM_IA_64 50 /* Intel IA-46 Processor */
#define EM_ALPHA 0x9026 /* Alpha */
/* Special section indexes. */
OpenPOWER on IntegriCloud