Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/dreamcast/conf Bump SYMTAB_SPACE so that it fits ag...



details:   https://anonhg.NetBSD.org/src/rev/e522471ea41f
branches:  trunk
changeset: 757501:e522471ea41f
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 01 16:13:32 2010 +0000

description:
Bump SYMTAB_SPACE so that it fits again.

diffstat:

 sys/arch/dreamcast/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8fbf4970c349 -r e522471ea41f sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Wed Sep 01 16:02:40 2010 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Wed Sep 01 16:13:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.95 2010/06/30 06:57:13 he Exp $
+# $NetBSD: GENERIC,v 1.96 2010/09/01 16:13:32 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=308000
+options        SYMTAB_SPACE=310000
 #options       SYSCALL_DEBUG
 #options       UVMHIST
 #options       UVMHIST_PRINT



Home | Main Index | Thread Index | Old Index