Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Bump SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/7addbd1f9fc9
branches:  trunk
changeset: 762991:7addbd1f9fc9
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Mar 07 15:49:50 2011 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

 sys/arch/evbppc/conf/EV64260    |  4 ++--
 sys/arch/evbppc/conf/EXPLORA451 |  4 ++--
 sys/arch/evbppc/conf/WALNUT     |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 47482e37af4b -r 7addbd1f9fc9 sys/arch/evbppc/conf/EV64260
--- a/sys/arch/evbppc/conf/EV64260      Mon Mar 07 15:37:46 2011 +0000
+++ b/sys/arch/evbppc/conf/EV64260      Mon Mar 07 15:49:50 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EV64260,v 1.46 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: EV64260,v 1.47 2011/03/07 15:49:50 jakllsch Exp $
 #
 #      MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -57,7 +57,7 @@
 #options       DEBUG           # expensive debugging checks/support
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
-options        SYMTAB_SPACE=300000     # size for embedded symbol table
+options        SYMTAB_SPACE=320000     # size for embedded symbol table
 
 #makeoptions   DEFCOPTS="-g"   # compile full symbol table
 makeoptions    DEBUG="-g"
diff -r 47482e37af4b -r 7addbd1f9fc9 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Mon Mar 07 15:37:46 2011 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Mon Mar 07 15:49:50 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EXPLORA451,v 1.42 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: EXPLORA451,v 1.43 2011/03/07 15:49:50 jakllsch Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -52,7 +52,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=410000
 
 # Compatibility options
 options        COMPAT_NOMID    # compatibility with 386BSD, BSDI, NetBSD 0.8,
diff -r 47482e37af4b -r 7addbd1f9fc9 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Mon Mar 07 15:37:46 2011 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Mon Mar 07 15:49:50 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WALNUT,v 1.50 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: WALNUT,v 1.51 2011/03/07 15:49:50 jakllsch Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -39,7 +39,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=420000     # size for embedded symbol table
+options        SYMTAB_SPACE=450000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 



Home | Main Index | Thread Index | Old Index