Module Name:    src
Committed By:   he
Date:           Wed Feb  1 10:04:55 UTC 2012

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

Log Message:
Bump SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 src/sys/arch/evbppc/conf/WALNUT:1.57
--- src/sys/arch/evbppc/conf/WALNUT:1.56	Sun Dec 18 05:49:27 2011
+++ src/sys/arch/evbppc/conf/WALNUT	Wed Feb  1 10:04:55 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: WALNUT,v 1.56 2011/12/18 05:49:27 dholland Exp $
+#	$NetBSD: WALNUT,v 1.57 2012/02/01 10:04:55 he Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -39,7 +39,7 @@ options 	USERCONF	# userconf(4) support
 options 	DDB		# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 options 	TRAP_PANICWAIT
-options 	SYMTAB_SPACE=460000	# size for embedded symbol table
+options 	SYMTAB_SPACE=470000	# size for embedded symbol table
 
 makeoptions	DEBUG="-g"	# compile full symbol table
 

Reply via email to