Fri Dec 16 15:59:57 2011 UTC ()
Increase SYMTAB_SPACE.


(kiyohara)
diff -r1.62 -r1.63 src/sys/arch/evbmips/conf/MALTA

cvs diff -r1.62 -r1.63 src/sys/arch/evbmips/conf/MALTA (expand / switch to context diff)
--- src/sys/arch/evbmips/conf/MALTA 2011/11/22 21:25:11 1.62
+++ src/sys/arch/evbmips/conf/MALTA 2011/12/16 15:59:57 1.63
@@ -1,10 +1,10 @@
-#	$NetBSD: MALTA,v 1.62 2011/11/22 21:25:11 tls Exp $
+#	$NetBSD: MALTA,v 1.63 2011/12/16 15:59:57 kiyohara Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.62 $"
+#ident 		"MALTA-$Revision: 1.63 $"
 
 maxusers	32
 
@@ -37,7 +37,7 @@
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=430000	# size for embedded symbol table
+options 	SYMTAB_SPACE=435000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries