diff options
author | 2006-02-22 22:06:38 +0000 | |
---|---|---|
committer | 2006-02-22 22:06:38 +0000 | |
commit | cef7ac1f0e72597d6aaed19765fec32a6c14f523 (patch) | |
tree | 54ad0d7bb58f6824238272b6f0c9077e56a2f0d9 | |
parent | Nuke unused includes. (diff) | |
download | wireguard-openbsd-cef7ac1f0e72597d6aaed19765fec32a6c14f523.tar.xz wireguard-openbsd-cef7ac1f0e72597d6aaed19765fec32a6c14f523.zip |
Remove long unused ELF{32,64}_MACHDEP macros.
-rw-r--r-- | sys/arch/sparc64/include/exec.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/sparc64/include/exec.h b/sys/arch/sparc64/include/exec.h index e844bf0fdcc..dc2bfc948f7 100644 --- a/sys/arch/sparc64/include/exec.h +++ b/sys/arch/sparc64/include/exec.h @@ -1,18 +1,6 @@ -/* $OpenBSD: exec.h,v 1.6 2002/06/15 17:23:31 art Exp $ */ +/* $OpenBSD: exec.h,v 1.7 2006/02/22 22:06:38 miod Exp $ */ /* $NetBSD: elf_machdep.h,v 1.7 2001/02/11 00:18:49 eeh Exp $ */ -#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB -#define ELF32_MACHDEP_ID_CASES \ - case EM_SPARC: \ - case EM_SPARC32PLUS: \ - break; - -#define ELF64_MACHDEP_ENDIANNESS ELFDATA2MSB -#define ELF64_MACHDEP_ID_CASES \ - case EM_SPARC32PLUS: \ - case EM_SPARCV9: \ - break; - #define NATIVE_EXEC_ELF #define _KERN_DO_ELF64 #define _NLIST_DO_ELF |