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/ec7ec1fe63f2
branches:  trunk
changeset: 762994:ec7ec1fe63f2
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Mar 07 15:56:26 2011 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

 sys/arch/algor/conf/P5064       |  6 +++---
 sys/arch/iyonix/conf/GENERIC    |  6 +++---
 sys/arch/netwinder/conf/GENERIC |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 376f46188826 -r ec7ec1fe63f2 sys/arch/algor/conf/P5064
--- a/sys/arch/algor/conf/P5064 Mon Mar 07 15:51:40 2011 +0000
+++ b/sys/arch/algor/conf/P5064 Mon Mar 07 15:56:26 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P5064,v 1.62 2011/02/20 07:51:21 matt Exp $
+#      $NetBSD: P5064,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
 #
 # Algorithmics P-5064 kernel.
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "P5064-$Revision: 1.62 $"
+#ident                 "P5064-$Revision: 1.63 $"
 
 maxusers 32
 
@@ -25,7 +25,7 @@
 options        DDB                     # kernel debugger
 makeoptions    DEBUG="-g"
 #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
-options        SYMTAB_SPACE=450000
+options        SYMTAB_SPACE=460000
 
 # File systems
 file-system    FFS             # Fast file system
diff -r 376f46188826 -r ec7ec1fe63f2 sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Mon Mar 07 15:51:40 2011 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Mon Mar 07 15:56:26 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.62 2011/03/06 17:08:26 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.63 2011/03/07 15:56:26 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.62 $"
+#ident                 "GENERIC-$Revision: 1.63 $"
 
 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=400000
+options        SYMTAB_SPACE=580000
 options        PERFCTRS        # performance counters
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
diff -r 376f46188826 -r ec7ec1fe63f2 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Mon Mar 07 15:51:40 2011 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Mon Mar 07 15:56:26 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.103 2011/03/06 17:08:28 bouyer Exp $
+# $NetBSD: GENERIC,v 1.104 2011/03/07 15:56:26 jakllsch 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=480000
+options        SYMTAB_SPACE=590000
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index