summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/exec/elf/elf.c
diff options
context:
space:
mode:
authorkalai <none@none>2005-10-04 10:09:58 -0700
committerkalai <none@none>2005-10-04 10:09:58 -0700
commitc2e7b48d563d0e56b74d853118918af352e75cbb (patch)
tree97f69ed7da60cef3fbe28cbd08089af102f8749e /usr/src/uts/common/exec/elf/elf.c
parentbdcaf82257ab2deb6b46efaaa4bc93a1a44b3885 (diff)
downloadillumos-joyent-c2e7b48d563d0e56b74d853118918af352e75cbb.tar.gz
6174746 Need to remove remaining references to __ia64
--HG-- rename : usr/src/uts/common/sys/elf_ia64.h => deleted_files/usr/src/uts/common/sys/elf_ia64.h
Diffstat (limited to 'usr/src/uts/common/exec/elf/elf.c')
-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;