From 89bef33fc3226e1decf6d52a1bba0116b9ccbe58 Mon Sep 17 00:00:00 2001 From: hannken Date: Fri, 20 Jul 2007 13:39:58 +0000 Subject: [PATCH] Bump SYMTAB_SPACE so that it fits 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 728448b4b208..808699acb4d3 100644 --- a/sys/arch/evbppc/conf/EXPLORA451 +++ b/sys/arch/evbppc/conf/EXPLORA451 @@ -1,4 +1,4 @@ -# $NetBSD: EXPLORA451,v 1.29 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: EXPLORA451,v 1.30 2007/07/20 13:39:58 hannken Exp $ # # GENERIC -- everything that's currently supported # @@ -56,7 +56,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=330000 +options SYMTAB_SPACE=350000 # Compatibility options options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,