Module Name:    src
Committed By:   jakllsch
Date:           Mon Mar  7 15:49:50 UTC 2011

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

Log Message:
Bump SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbppc/conf/EV64260
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbppc/conf/EXPLORA451
cvs rdiff -u -r1.50 -r1.51 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/EV64260
diff -u src/sys/arch/evbppc/conf/EV64260:1.46 src/sys/arch/evbppc/conf/EV64260:1.47
--- src/sys/arch/evbppc/conf/EV64260:1.46	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/EV64260	Mon Mar  7 15:49:50 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: EV64260,v 1.46 2011/03/06 17:08:23 bouyer Exp $
+#	$NetBSD: EV64260,v 1.47 2011/03/07 15:49:50 jakllsch Exp $
 #
 #	MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -57,7 +57,7 @@
 #options 	DEBUG		# expensive debugging checks/support
 options 	DDB		# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
-options 	SYMTAB_SPACE=300000	# size for embedded symbol table
+options 	SYMTAB_SPACE=320000	# size for embedded symbol table
 
 #makeoptions	DEFCOPTS="-g"	# compile full symbol table
 makeoptions	DEBUG="-g"

Index: src/sys/arch/evbppc/conf/EXPLORA451
diff -u src/sys/arch/evbppc/conf/EXPLORA451:1.42 src/sys/arch/evbppc/conf/EXPLORA451:1.43
--- src/sys/arch/evbppc/conf/EXPLORA451:1.42	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/EXPLORA451	Mon Mar  7 15:49:50 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: EXPLORA451,v 1.42 2011/03/06 17:08:23 bouyer Exp $
+#	$NetBSD: EXPLORA451,v 1.43 2011/03/07 15:49:50 jakllsch Exp $
 #
 #	GENERIC -- everything that's currently supported
 #
@@ -52,7 +52,7 @@
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=400000
+options 	SYMTAB_SPACE=410000
 
 # Compatibility options
 options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,

Index: src/sys/arch/evbppc/conf/WALNUT
diff -u src/sys/arch/evbppc/conf/WALNUT:1.50 src/sys/arch/evbppc/conf/WALNUT:1.51
--- src/sys/arch/evbppc/conf/WALNUT:1.50	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/WALNUT	Mon Mar  7 15:49:50 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: WALNUT,v 1.50 2011/03/06 17:08:23 bouyer Exp $
+#	$NetBSD: WALNUT,v 1.51 2011/03/07 15:49:50 jakllsch 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=420000	# size for embedded symbol table
+options 	SYMTAB_SPACE=450000	# size for embedded symbol table
 
 makeoptions	DEBUG="-g"	# compile full symbol table
 

Reply via email to