Module Name:    src
Committed By:   cliff
Date:           Fri Jul 15 19:41:28 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf: XLSATX

Log Message:
bump SYMTAB_SPACE


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/XLSATX

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/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.6 src/sys/arch/evbmips/conf/XLSATX:1.7
--- src/sys/arch/evbmips/conf/XLSATX:1.6	Fri Jul  1 22:10:31 2011
+++ src/sys/arch/evbmips/conf/XLSATX	Fri Jul 15 19:41:28 2011
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.6 2011/07/01 22:10:31 dyoung Exp $
+#	$NetBSD: XLSATX,v 1.7 2011/07/15 19:41:28 cliff Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.6 $"
+#ident 		"XLSATX-$Revision: 1.7 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -41,7 +41,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=503000	# 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
 

Reply via email to