Module Name: src
Committed By: matt
Date: Sat Sep 12 17:26:23 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: elf_machdep.h
Log Message:
Fix for COMPAT_NETBSD32.
To generate a diff of this commit:
cvs rdiff -u -r1.10.96.6 -r1.10.96.7 src/sys/arch/mips/include/elf_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/elf_machdep.h
diff -u src/sys/arch/mips/include/elf_machdep.h:1.10.96.6 src/sys/arch/mips/include/elf_machdep.h:1.10.96.7
--- src/sys/arch/mips/include/elf_machdep.h:1.10.96.6 Sat Sep 5 03:15:08 2009
+++ src/sys/arch/mips/include/elf_machdep.h Sat Sep 12 17:26:23 2009
@@ -1,17 +1,13 @@
-/* $NetBSD: elf_machdep.h,v 1.10.96.6 2009/09/05 03:15:08 matt Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.10.96.7 2009/09/12 17:26:23 matt Exp $ */
#ifndef _MIPS_ELF_MACHDEP_H_
#define _MIPS_ELF_MACHDEP_H_
#if defined(ELFSIZE)
#if ELFSIZE == 32
-#ifdef _LP64
-#define ELF32_MACHDEP_ID_CASES /* xxx */
-#else
#define ELF32_MACHDEP_ID_CASES \
case EM_MIPS: \
break;
-#endif /* _LP64 */
#define ELF32_MACHDEP_ID EM_MIPS
#endif /* ELFSIZE == 32 */