diff options
author | kalai <none@none> | 2005-10-04 10:09:58 -0700 |
---|---|---|
committer | kalai <none@none> | 2005-10-04 10:09:58 -0700 |
commit | c2e7b48d563d0e56b74d853118918af352e75cbb (patch) | |
tree | 97f69ed7da60cef3fbe28cbd08089af102f8749e /usr/src/uts/common/exec/elf/elf.c | |
parent | bdcaf82257ab2deb6b46efaaa4bc93a1a44b3885 (diff) | |
download | illumos-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.c | 3 |
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; |