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/97752d250f7f
branches:  trunk
changeset: 770068:97752d250f7f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 02 18:32:36 2011 +0000

description:
Bump SYMTAB_SPACE

diffstat:

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

diffs (45 lines):

diff -r 5899dd8bf0cd -r 97752d250f7f sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Sun Oct 02 18:30:50 2011 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Sun Oct 02 18:32:36 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.66 2011/09/30 04:06:09 he Exp $
+#      $NetBSD: GENERIC,v 1.67 2011/10/02 18:32:36 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.66 $"
+#ident                 "GENERIC-$Revision: 1.67 $"
 
 maxusers       32              # estimated number of users
 
@@ -87,7 +87,7 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=600000
+options        SYMTAB_SPACE=610000
 options        PERFCTRS        # performance counters
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
diff -r 5899dd8bf0cd -r 97752d250f7f sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Sun Oct 02 18:30:50 2011 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Sun Oct 02 18:32:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.106 2011/08/11 08:39:35 he Exp $
+# $NetBSD: GENERIC,v 1.107 2011/10/02 18:33:20 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -172,7 +172,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=600000
+options        SYMTAB_SPACE=610000
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index