Module Name:    src
Committed By:   he
Date:           Fri Sep 30 04:06:09 UTC 2011

Modified Files:
        src/sys/arch/iyonix/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.65 -r1.66 src/sys/arch/iyonix/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/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.65 src/sys/arch/iyonix/conf/GENERIC:1.66
--- src/sys/arch/iyonix/conf/GENERIC:1.65	Tue Aug 30 06:49:00 2011
+++ src/sys/arch/iyonix/conf/GENERIC	Fri Sep 30 04:06:09 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.65 2011/08/30 06:49:00 he Exp $
+#	$NetBSD: GENERIC,v 1.66 2011/09/30 04:06:09 he Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/iyonix/conf/std.iyonix"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.65 $"
+#ident 		"GENERIC-$Revision: 1.66 $"
 
 maxusers	32		# estimated number of users
 
@@ -87,7 +87,7 @@ options 	DDB_HISTORY_SIZE=512	# enable h
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=590000
+options 	SYMTAB_SPACE=600000
 options 	PERFCTRS	# performance counters
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages

Reply via email to