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/sys/elf.h | |
| 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/sys/elf.h')
| -rw-r--r-- | usr/src/uts/common/sys/elf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/elf.h b/usr/src/uts/common/sys/elf.h index b73bfbb2c9..4154354bcb 100644 --- a/usr/src/uts/common/sys/elf.h +++ b/usr/src/uts/common/sys/elf.h @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -736,10 +736,6 @@ int elfheadcheck(unsigned char, Elf32_Half, Elf32_Word); #include <sys/elf_386.h> #endif -#if defined(ELF_TARGET_ALL) || defined(ELF_TARGET_IA64) -#include <sys/elf_ia64.h> -#endif - #if defined(ELF_TARGET_ALL) || defined(ELF_TARGET_AMD64) #include <sys/elf_amd64.h> #endif |
