Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Bump SYMTAB_SPACE so that the symbol ta...



details:   https://anonhg.NetBSD.org/src/rev/9b0cd04b3822
branches:  trunk
changeset: 556204:9b0cd04b3822
user:      he <he%NetBSD.org@localhost>
date:      Tue Dec 09 18:00:22 2003 +0000

description:
Bump SYMTAB_SPACE so that the symbol table fits again.

diffstat:

 sys/arch/evbarm/conf/ADI_BRH      |  4 ++--
 sys/arch/evbarm/conf/IQ80310      |  4 ++--
 sys/arch/evbarm/conf/IQ80321      |  4 ++--
 sys/arch/evbarm/conf/TEAMASA_NPWR |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 7e22c015b623 -r 9b0cd04b3822 sys/arch/evbarm/conf/ADI_BRH
--- a/sys/arch/evbarm/conf/ADI_BRH      Tue Dec 09 17:57:42 2003 +0000
+++ b/sys/arch/evbarm/conf/ADI_BRH      Tue Dec 09 18:00:22 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ADI_BRH,v 1.11 2003/10/08 11:55:43 bouyer Exp $
+#      $NetBSD: ADI_BRH,v 1.12 2003/12/09 18:00:22 he Exp $
 #
 #      ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
 #
@@ -133,7 +133,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=210000
+options        SYMTAB_SPACE=240000
 
 config         netbsd          root on ? type ?
 config         netbsd-fxp0     root on fxp0 type nfs
diff -r 7e22c015b623 -r 9b0cd04b3822 sys/arch/evbarm/conf/IQ80310
--- a/sys/arch/evbarm/conf/IQ80310      Tue Dec 09 17:57:42 2003 +0000
+++ b/sys/arch/evbarm/conf/IQ80310      Tue Dec 09 18:00:22 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80310,v 1.29 2003/10/08 11:55:43 bouyer Exp $
+#      $NetBSD: IQ80310,v 1.30 2003/12/09 18:00:22 he Exp $
 #
 #      IQ80310 -- Intel IQ80310 Evaluation Board Kernel
 #
@@ -133,7 +133,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=210000
+options        SYMTAB_SPACE=240000
 
 config         netbsd          root on ? type ?
 config         netbsd-fxp0     root on fxp0 type nfs
diff -r 7e22c015b623 -r 9b0cd04b3822 sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Tue Dec 09 17:57:42 2003 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Tue Dec 09 18:00:22 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.24 2003/10/08 11:55:43 bouyer Exp $
+#      $NetBSD: IQ80321,v 1.25 2003/12/09 18:00:22 he Exp $
 #
 #      IQ80321 -- Intel IQ80321 Evaluation Board Kernel
 #
@@ -132,7 +132,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=240000
+options        SYMTAB_SPACE=250000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs
diff -r 7e22c015b623 -r 9b0cd04b3822 sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Tue Dec 09 17:57:42 2003 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Tue Dec 09 18:00:22 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.31 2003/10/20 16:24:10 briggs Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.32 2003/12/09 18:00:22 he Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -139,7 +139,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=220000
+options        SYMTAB_SPACE=232000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs



Home | Main Index | Thread Index | Old Index