Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Bump SYMTAB_SPACE so that the contents fits again.



details:   https://anonhg.NetBSD.org/src/rev/cbbd23eef04c
branches:  trunk
changeset: 755946:cbbd23eef04c
user:      he <he%NetBSD.org@localhost>
date:      Wed Jun 30 06:57:13 2010 +0000

description:
Bump SYMTAB_SPACE so that the contents fits again.

diffstat:

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

diffs (43 lines):

diff -r 639b0d8a355f -r cbbd23eef04c sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Wed Jun 30 06:43:37 2010 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Wed Jun 30 06:57:13 2010 +0000
@@ -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
diff -r 639b0d8a355f -r cbbd23eef04c sys/arch/sbmips/conf/GENERIC
--- a/sys/arch/sbmips/conf/GENERIC      Wed Jun 30 06:43:37 2010 +0000
+++ b/sys/arch/sbmips/conf/GENERIC      Wed Jun 30 06:57:13 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.78 2010/05/08 22:16:30 mrg Exp $
+# $NetBSD: GENERIC,v 1.79 2010/06/30 07:03:26 he Exp $
 
 include        "arch/sbmips/conf/std.sbmips"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.78 $"
+#ident                 "GENERIC-$Revision: 1.79 $"
 
 #options       LOCKDEBUG       # XXX XXX XXX XXX
 #options       DEBUG           # extra kernel debugging support
@@ -33,7 +33,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=320000     # size for embedded symbol table
+options        SYMTAB_SPACE=330000     # size for embedded symbol table
 
 # Compatibility options
 options        COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index