Module Name:    src
Committed By:   riz
Date:           Tue Aug 21 03:18:39 UTC 2012

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

Log Message:
Bump SYMTAB_SPACE.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbmips/conf/ALCHEMY

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/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.43 src/sys/arch/evbmips/conf/ALCHEMY:1.44
--- src/sys/arch/evbmips/conf/ALCHEMY:1.43	Mon Jul 30 19:31:06 2012
+++ src/sys/arch/evbmips/conf/ALCHEMY	Tue Aug 21 03:18:39 2012
@@ -1,11 +1,11 @@
-#	$NetBSD: ALCHEMY,v 1.43 2012/07/30 19:31:06 pgoyette Exp $
+#	$NetBSD: ALCHEMY,v 1.44 2012/08/21 03:18:39 riz Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.alchemy"
 
-#ident 		"ALCHEMY-$Revision: 1.43 $"
+#ident 		"ALCHEMY-$Revision: 1.44 $"
 
 maxusers	32
 
@@ -45,7 +45,7 @@ options 	DEBUG		# extra kernel debugging
 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=485000	# size for embedded symbol table
+options 	SYMTAB_SPACE=495000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Reply via email to