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 to 204800.



details:   https://anonhg.NetBSD.org/src/rev/8bcd41deb26d
branches:  trunk
changeset: 556249:8bcd41deb26d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Dec 10 18:08:50 2003 +0000

description:
Bump SYMTAB_SPACE to 204800.

diffstat:

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

diffs (18 lines):

diff -r 0cd95582795b -r 8bcd41deb26d sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Wed Dec 10 18:04:28 2003 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Wed Dec 10 18:08:50 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.37 2003/08/24 17:33:27 marcus Exp $
+# $NetBSD: GENERIC,v 1.38 2003/12/10 18:08:50 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -54,7 +54,7 @@
 #options       KGDB                    # remote debugger
 #options       "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=194000
+options        SYMTAB_SPACE=204800
 #options       SYSCALL_DEBUG
 #options       UVMHIST
 #options       UVMHIST_PRINT



Home | Main Index | Thread Index | Old Index