Module Name:    src
Committed By:   matt
Date:           Tue Jan 26 21:09:54 UTC 2010

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: elf_machdep.h

Log Message:
If ELFSIZE == 64, define ELF64_MACHDEP_ID_CASES regardless of _LP64


To generate a diff of this commit:
cvs rdiff -u -r1.10.96.7 -r1.10.96.8 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.7 src/sys/arch/mips/include/elf_machdep.h:1.10.96.8
--- src/sys/arch/mips/include/elf_machdep.h:1.10.96.7	Sat Sep 12 17:26:23 2009
+++ src/sys/arch/mips/include/elf_machdep.h	Tue Jan 26 21:09:54 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_machdep.h,v 1.10.96.7 2009/09/12 17:26:23 matt Exp $	*/
+/*	$NetBSD: elf_machdep.h,v 1.10.96.8 2010/01/26 21:09:54 matt Exp $	*/
 
 #ifndef _MIPS_ELF_MACHDEP_H_
 #define  _MIPS_ELF_MACHDEP_H_
@@ -12,13 +12,9 @@
 #define	ELF32_MACHDEP_ID	EM_MIPS
 #endif /* ELFSIZE == 32 */
 #if ELFSIZE == 64
-#ifdef _LP64
 #define	ELF64_MACHDEP_ID_CASES						\
 		case EM_MIPS:						\
 			break;
-#else
-#define	ELF64_MACHDEP_ID_CASES		/* xxx */
-#endif /* _LP64 */
 
 #define	ELF64_MACHDEP_ID	EM_MIPS
 #endif /* ELFSIZE == 64 */

Reply via email to