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 so that the contents fits again.



details:   https://anonhg.NetBSD.org/src/rev/2be73e5f43f1
branches:  trunk
changeset: 764988:2be73e5f43f1
user:      he <he%NetBSD.org@localhost>
date:      Sun May 15 13:36:13 2011 +0000

description:
Bump SYMTAB_SPACE so that the contents fits again.

diffstat:

 sys/arch/evbarm/conf/GUMSTIX    |  4 ++--
 sys/arch/evbppc/conf/EXPLORA451 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2cddc19f3e07 -r 2be73e5f43f1 sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX      Sun May 15 07:24:15 2011 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX      Sun May 15 13:36:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GUMSTIX,v 1.56 2011/03/06 17:08:22 bouyer Exp $
+#      $NetBSD: GUMSTIX,v 1.57 2011/05/15 13:36:13 he Exp $
 #
 #      GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
 #
@@ -165,7 +165,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=730000
+options        SYMTAB_SPACE=740000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r 2cddc19f3e07 -r 2be73e5f43f1 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451   Sun May 15 07:24:15 2011 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451   Sun May 15 13:36:13 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EXPLORA451,v 1.43 2011/03/07 15:49:50 jakllsch Exp $
+#      $NetBSD: EXPLORA451,v 1.44 2011/05/15 13:38:20 he 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=410000
+options        SYMTAB_SPACE=420000
 
 # Compatibility options
 options        COMPAT_NOMID    # compatibility with 386BSD, BSDI, NetBSD 0.8,



Home | Main Index | Thread Index | Old Index