Module Name: src
Committed By: he
Date: Tue Nov 22 12:11:39 UTC 2011
Modified Files:
src/sys/arch/evbarm/conf: TWINTAIL
src/sys/arch/sbmips/conf: GENERIC
Log Message:
Bump SYMTAB_SPACE so that the symbol table fits again.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/TWINTAIL
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/sbmips/conf/GENERIC
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/evbarm/conf/TWINTAIL
diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.45 src/sys/arch/evbarm/conf/TWINTAIL:1.46
--- src/sys/arch/evbarm/conf/TWINTAIL:1.45 Fri Sep 30 04:05:07 2011
+++ src/sys/arch/evbarm/conf/TWINTAIL Tue Nov 22 12:11:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.45 2011/09/30 04:05:07 he Exp $
+# $NetBSD: TWINTAIL,v 1.46 2011/11/22 12:11:39 he Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -141,7 +141,7 @@ options DIAGNOSTIC # internally consist
#options KGDB
#options DEBUG_KGDB
makeoptions DEBUG="-g -O2" # compile full symbol table
-options SYMTAB_SPACE=610000
+options SYMTAB_SPACE=620000
#options AUDIO_DEBUG=2
config netbsd root on ? type ?
Index: src/sys/arch/sbmips/conf/GENERIC
diff -u src/sys/arch/sbmips/conf/GENERIC:1.83 src/sys/arch/sbmips/conf/GENERIC:1.84
--- src/sys/arch/sbmips/conf/GENERIC:1.83 Thu Jun 30 20:09:35 2011
+++ src/sys/arch/sbmips/conf/GENERIC Tue Nov 22 12:11:39 2011
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.83 2011/06/30 20:09:35 wiz Exp $
+# $NetBSD: GENERIC,v 1.84 2011/11/22 12:11:39 he Exp $
include "arch/sbmips/conf/std.sbmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.83 $"
+#ident "GENERIC-$Revision: 1.84 $"
#options LOCKDEBUG # XXX XXX XXX XXX
#options DEBUG # extra kernel debugging support
@@ -33,7 +33,7 @@ options SYSCTL_INCLUDE_DESCR # Include
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=380000 # size for embedded symbol table
+options SYMTAB_SPACE=390000 # size for embedded symbol table
# Compatibility options
options COMPAT_43 # compatibility with 4.3BSD binaries