Module Name: src
Committed By: matt
Date: Sun Aug 23 03:39:29 UTC 2009
Modified Files:
src/sys/arch/sbmips/include [matt-nb5-mips64]: loadfile_machdep.h
Log Message:
Enable ELF64
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.18.1 src/sys/arch/sbmips/include/loadfile_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/sbmips/include/loadfile_machdep.h
diff -u src/sys/arch/sbmips/include/loadfile_machdep.h:1.3 src/sys/arch/sbmips/include/loadfile_machdep.h:1.3.18.1
--- src/sys/arch/sbmips/include/loadfile_machdep.h:1.3 Mon Apr 28 20:23:34 2008
+++ src/sys/arch/sbmips/include/loadfile_machdep.h Sun Aug 23 03:39:29 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: loadfile_machdep.h,v 1.3 2008/04/28 20:23:34 martin Exp $ */
+/* $NetBSD: loadfile_machdep.h,v 1.3.18.1 2009/08/23 03:39:29 matt Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -30,6 +30,7 @@
*/
#define BOOT_ELF32
+#define BOOT_ELF64
#define LOAD_KERNEL (LOAD_ALL & ~LOAD_TEXTA)
#define COUNT_KERNEL (COUNT_ALL & ~COUNT_TEXTA)