Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/conf Increase the size for the symbol table ...
details: https://anonhg.NetBSD.org/src/rev/3382b7315868
branches: trunk
changeset: 550725:3382b7315868
user: eeh <eeh%NetBSD.org@localhost>
date: Mon Aug 18 23:20:06 2003 +0000
description:
Increase the size for the symbol table so we don't overflow anymore.
diffstat:
sys/arch/evbppc/conf/WALNUT | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fc7bfd526164 -r 3382b7315868 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT Mon Aug 18 22:49:16 2003 +0000
+++ b/sys/arch/evbppc/conf/WALNUT Mon Aug 18 23:20:06 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: WALNUT,v 1.3 2003/07/16 00:52:59 simonb Exp $
+# $NetBSD: WALNUT,v 1.4 2003/08/18 23:20:06 eeh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -41,7 +41,7 @@
options DDB # in-kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options TRAP_PANICWAIT
-options SYMTAB_SPACE=300000 # size for embedded symbol table
+options SYMTAB_SPACE=400000 # size for embedded symbol table
makeoptions DEBUG="-g" # compile full symbol table
Home |
Main Index |
Thread Index |
Old Index