Mon Sep 17 15:47:47 2012 UTC ()
Bump SYMTAB_SPACE by 30K


(matt)
diff -r1.67 -r1.68 src/sys/arch/evbmips/conf/MALTA

cvs diff -r1.67 -r1.68 src/sys/arch/evbmips/conf/MALTA (expand / switch to context diff)
--- src/sys/arch/evbmips/conf/MALTA 2012/07/30 19:31:06 1.67
+++ src/sys/arch/evbmips/conf/MALTA 2012/09/17 15:47:47 1.68
@@ -1,10 +1,10 @@
-#	$NetBSD: MALTA,v 1.67 2012/07/30 19:31:06 pgoyette Exp $
+#	$NetBSD: MALTA,v 1.68 2012/09/17 15:47:47 matt Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.67 $"
+#ident 		"MALTA-$Revision: 1.68 $"
 
 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=445000	# size for embedded symbol table
+options 	SYMTAB_SPACE=475000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries