summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/exec/elf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/exec/elf')
-rw-r--r--usr/src/uts/common/exec/elf/elf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/exec/elf/elf.c b/usr/src/uts/common/exec/elf/elf.c
index 52e81174da..f334acb324 100644
--- a/usr/src/uts/common/exec/elf/elf.c
+++ b/usr/src/uts/common/exec/elf/elf.c
@@ -1509,9 +1509,6 @@ top:
#if defined(__sparc)
ehdr->e_ident[EI_DATA] = ELFDATA2MSB;
ehdr->e_machine = EM_SPARCV9;
-#elif defined(__ia64)
- ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
- ehdr->e_machine = EM_IA_64;
#elif defined(__amd64)
ehdr->e_ident[EI_DATA] = ELFDATA2LSB;
ehdr->e_machine = EM_AMD64;