From 6d37d896d6b7c61e2777f460f5b384b8708aab85 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 26 Aug 2006 20:20:38 +0000 Subject: [PATCH] Increase SYMTAB_SPACE by 10000 to 210000. MIPS64 needs a slighter large symbol table. --- sys/arch/sbmips/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sbmips/conf/GENERIC b/sys/arch/sbmips/conf/GENERIC index 1ca2397707d4..43c670474330 100644 --- a/sys/arch/sbmips/conf/GENERIC +++ b/sys/arch/sbmips/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.55 2006/08/26 07:59:23 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.56 2006/08/26 20:20:38 matt Exp $ include "arch/sbmips/conf/std.sbmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.55 $" +#ident "GENERIC-$Revision: 1.56 $" #options LOCKDEBUG # XXX XXX XXX XXX #options DEBUG # extra kernel debugging support @@ -36,7 +36,7 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel options DDB # kernel dynamic debugger options DDB_HISTORY_SIZE=100 # enable history editing in DDB #makeoptions DEBUG="-g" # compile full symbol table -options SYMTAB_SPACE=200000 # size for embedded symbol table +options SYMTAB_SPACE=210000 # size for embedded symbol table # Compatibility options options COMPAT_43 # compatibility with 4.3BSD binaries