Module Name:    src
Committed By:   jakllsch
Date:           Fri Mar 18 17:19:06 UTC 2011

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

Log Message:
Bump symtab space.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/evbmips/conf/MALTA

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.101 src/sys/arch/dreamcast/conf/GENERIC:1.102
--- src/sys/arch/dreamcast/conf/GENERIC:1.101	Sun Mar  6 17:08:22 2011
+++ src/sys/arch/dreamcast/conf/GENERIC	Fri Mar 18 17:19:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.101 2011/03/06 17:08:22 bouyer Exp $
+# $NetBSD: GENERIC,v 1.102 2011/03/18 17:19:06 jakllsch Exp $
 #
 # GENERIC machine description file
 # 
@@ -52,7 +52,7 @@
 #options 	KGDB			# remote debugger
 #options 	"KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
 #makeoptions	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=310000
+options 	SYMTAB_SPACE=320000
 #options 	SYSCALL_DEBUG
 #options 	UVMHIST
 #options 	UVMHIST_PRINT

Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.59 src/sys/arch/evbmips/conf/MALTA:1.60
--- src/sys/arch/evbmips/conf/MALTA:1.59	Sun Mar  6 17:08:23 2011
+++ src/sys/arch/evbmips/conf/MALTA	Fri Mar 18 17:19:06 2011
@@ -1,10 +1,10 @@
-#	$NetBSD: MALTA,v 1.59 2011/03/06 17:08:23 bouyer Exp $
+#	$NetBSD: MALTA,v 1.60 2011/03/18 17:19:06 jakllsch Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.59 $"
+#ident 		"MALTA-$Revision: 1.60 $"
 
 maxusers	32
 
@@ -37,7 +37,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=420000	# size for embedded symbol table
+options 	SYMTAB_SPACE=430000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Reply via email to