Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Increase SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/df4ab00712b7
branches:  trunk
changeset: 765414:df4ab00712b7
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed May 25 22:43:20 2011 +0000

description:
Increase SYMTAB_SPACE.

diffstat:

 sys/arch/evbarm/conf/SHEEVAPLUG    |  4 ++--
 sys/arch/evbppc/conf/OPENBLOCKS266 |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r d1c1755e5c98 -r df4ab00712b7 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG   Wed May 25 22:32:18 2011 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG   Wed May 25 22:43:20 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHEEVAPLUG,v 1.5 2011/03/06 17:08:22 bouyer Exp $
+#      $NetBSD: SHEEVAPLUG,v 1.6 2011/05/25 22:43:20 dyoung Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -163,7 +163,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=680000
+options        SYMTAB_SPACE=684000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r d1c1755e5c98 -r df4ab00712b7 sys/arch/evbppc/conf/OPENBLOCKS266
--- a/sys/arch/evbppc/conf/OPENBLOCKS266        Wed May 25 22:32:18 2011 +0000
+++ b/sys/arch/evbppc/conf/OPENBLOCKS266        Wed May 25 22:43:20 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: OPENBLOCKS266,v 1.52 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: OPENBLOCKS266,v 1.53 2011/05/25 22:46:12 dyoung Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "OPENBLOCKS266-$Revision: 1.52 $"
+#ident                 "OPENBLOCKS266-$Revision: 1.53 $"
 
 maxusers       32
 
@@ -44,7 +44,7 @@
 options        DDB                     # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=410000     # size for embedded symbol table
+options        SYMTAB_SPACE=657000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"              # compile full symbol table
 



Home | Main Index | Thread Index | Old Index