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.



details:   https://anonhg.NetBSD.org/src/rev/64a4e2fd4b79
branches:  trunk
changeset: 763405:64a4e2fd4b79
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Mar 18 17:19:06 2011 +0000

description:
Bump symtab space.

diffstat:

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

diffs (43 lines):

diff -r 0751b2006891 -r 64a4e2fd4b79 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Fri Mar 18 16:46:04 2011 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Fri Mar 18 17:19:06 2011 +0000
@@ -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
diff -r 0751b2006891 -r 64a4e2fd4b79 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Fri Mar 18 16:46:04 2011 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Fri Mar 18 17:19:06 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index