Module Name:    src
Committed By:   he
Date:           Wed Jun 30 06:57:13 UTC 2010

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/dreamcast/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/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.94 src/sys/arch/dreamcast/conf/GENERIC:1.95
--- src/sys/arch/dreamcast/conf/GENERIC:1.94	Thu Apr 29 22:40:50 2010
+++ src/sys/arch/dreamcast/conf/GENERIC	Wed Jun 30 06:57:13 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.94 2010/04/29 22:40:50 chs Exp $
+# $NetBSD: GENERIC,v 1.95 2010/06/30 06:57:13 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -50,7 +50,7 @@
 #options 	KGDB			# remote debugger
 #options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
 #makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=307200
+options 	SYMTAB_SPACE=308000
 #options 	SYSCALL_DEBUG
 #options 	UVMHIST
 #options 	UVMHIST_PRINT

Reply via email to