Module Name:    src
Committed By:   matt
Date:           Mon Jun 13 14:20:37 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: WALNUT

Log Message:
bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbppc/conf/WALNUT

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/evbppc/conf/WALNUT
diff -u src/sys/arch/evbppc/conf/WALNUT:1.52 src/sys/arch/evbppc/conf/WALNUT:1.53
--- src/sys/arch/evbppc/conf/WALNUT:1.52	Wed Jun  8 05:03:44 2011
+++ src/sys/arch/evbppc/conf/WALNUT	Mon Jun 13 14:20:37 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: WALNUT,v 1.52 2011/06/08 05:03:44 matt Exp $
+#	$NetBSD: WALNUT,v 1.53 2011/06/13 14:20:37 matt Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -39,7 +39,7 @@
 options 	DDB		# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	TRAP_PANICWAIT
-options 	SYMTAB_SPACE=450000	# size for embedded symbol table
+options 	SYMTAB_SPACE=460000	# size for embedded symbol table
 
 makeoptions	DEBUG="-g"	# compile full symbol table
 

Reply via email to