summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/include/exec.h14
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