Module Name: src
Committed By: matt
Date: Fri Feb 10 08:54:19 UTC 2012
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLPEVB
Log Message:
Bump SYMTAB_SPACE.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/arch/evbmips/conf/XLPEVB
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/evbmips/conf/XLPEVB
diff -u src/sys/arch/evbmips/conf/XLPEVB:1.1.2.6 src/sys/arch/evbmips/conf/XLPEVB:1.1.2.7
--- src/sys/arch/evbmips/conf/XLPEVB:1.1.2.6 Thu Jan 19 17:42:26 2012
+++ src/sys/arch/evbmips/conf/XLPEVB Fri Feb 10 08:54:18 2012
@@ -1,8 +1,8 @@
-# $NetBSD: XLPEVB,v 1.1.2.6 2012/01/19 17:42:26 matt Exp $
+# $NetBSD: XLPEVB,v 1.1.2.7 2012/02/10 08:54:18 matt Exp $
include "arch/evbmips/conf/std.rmixlp"
-#ident "XLSATX-$Revision: 1.1.2.6 $"
+#ident "XLSATX-$Revision: 1.1.2.7 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -41,7 +41,7 @@ options USERCONF # userconf(4) support
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=500000 # size for embedded symbol table
+options SYMTAB_SPACE=510000 # size for embedded symbol table
#options DDB_COMMANDONENTER="trace;show registers"
options DB_MAX_LINE=-1