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.



details:   https://anonhg.NetBSD.org/src/rev/9a29497b04c5
branches:  trunk
changeset: 586339:9a29497b04c5
user:      briggs <briggs%NetBSD.org@localhost>
date:      Wed Dec 14 16:21:55 2005 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

 sys/arch/evbarm/conf/IQ80321 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bf49e9413fdf -r 9a29497b04c5 sys/arch/evbarm/conf/IQ80321
--- a/sys/arch/evbarm/conf/IQ80321      Wed Dec 14 15:27:59 2005 +0000
+++ b/sys/arch/evbarm/conf/IQ80321      Wed Dec 14 16:21:55 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IQ80321,v 1.45 2005/12/07 09:10:13 tsutsui Exp $
+#      $NetBSD: IQ80321,v 1.46 2005/12/14 16:21:55 briggs Exp $
 #
 #      IQ80321 -- Intel IQ80321 Evaluation Board Kernel
 #
@@ -140,7 +140,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=250000
+options        SYMTAB_SPACE=280000
 
 config         netbsd          root on ? type ?
 config         netbsd-wm0      root on wm0 type nfs



Home | Main Index | Thread Index | Old Index