Module Name: src
Committed By: he
Date: Wed Aug 3 22:19:31 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: EV64260
Log Message:
Bump SYMTAB_SPACE so that the contents fits again.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbppc/conf/EV64260
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.48 src/sys/arch/evbppc/conf/EV64260:1.49
--- src/sys/arch/evbppc/conf/EV64260:1.48 Thu Jun 30 20:09:29 2011
+++ src/sys/arch/evbppc/conf/EV64260 Wed Aug 3 22:19:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: EV64260,v 1.48 2011/06/30 20:09:29 wiz Exp $
+# $NetBSD: EV64260,v 1.49 2011/08/03 22:19:31 he 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=320000 # size for embedded symbol table
+options SYMTAB_SPACE=330000 # size for embedded symbol table
#makeoptions DEFCOPTS="-g" # compile full symbol table
makeoptions DEBUG="-g"