From dcc797e3dc28904ad042680632c6875cf81500b3 Mon Sep 17 00:00:00 2001 From: chs Date: Sun, 16 Jan 2005 23:39:44 +0000 Subject: [PATCH] increase SYMTAB_SPACE again. --- sys/arch/evbppc/conf/EXPLORA451 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbppc/conf/EXPLORA451 b/sys/arch/evbppc/conf/EXPLORA451 index b088ad45ed5f..b2549865e96e 100644 --- a/sys/arch/evbppc/conf/EXPLORA451 +++ b/sys/arch/evbppc/conf/EXPLORA451 @@ -1,4 +1,4 @@ -# $NetBSD: EXPLORA451,v 1.7 2004/11/10 17:25:21 christos Exp $ +# $NetBSD: EXPLORA451,v 1.8 2005/01/16 23:39:44 chs Exp $ # # GENERIC -- everything that's currently supported # @@ -55,7 +55,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB #options KGDB # remote debugger #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600 makeoptions DEBUG="-g" # compile full symbol table -options SYMTAB_SPACE=300000 +options SYMTAB_SPACE=320000 # Compatibility options options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,