Module Name:    src
Committed By:   he
Date:           Wed Jun 30 07:03:26 UTC 2010

Modified Files:
        src/sys/arch/sbmips/conf: GENERIC

Log Message:
Bump SYMTAB_SPACE so that the contents fits again.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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/sbmips/conf/GENERIC
diff -u src/sys/arch/sbmips/conf/GENERIC:1.78 src/sys/arch/sbmips/conf/GENERIC:1.79
--- src/sys/arch/sbmips/conf/GENERIC:1.78	Sat May  8 22:16:30 2010
+++ src/sys/arch/sbmips/conf/GENERIC	Wed Jun 30 07:03:26 2010
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.78 2010/05/08 22:16:30 mrg Exp $
+# $NetBSD: GENERIC,v 1.79 2010/06/30 07:03:26 he Exp $
 
 include 	"arch/sbmips/conf/std.sbmips"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.78 $"
+#ident 		"GENERIC-$Revision: 1.79 $"
 
 #options 	LOCKDEBUG	# XXX XXX XXX XXX
 #options 	DEBUG		# extra kernel debugging support
@@ -33,7 +33,7 @@
 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=320000	# size for embedded symbol table
+options 	SYMTAB_SPACE=330000	# size for embedded symbol table
 
 # Compatibility options
 options 	COMPAT_43	# compatibility with 4.3BSD binaries

Reply via email to