Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/netwinder/conf Increase SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/6cbc32cbb5ef
branches:  trunk
changeset: 574746:6cbc32cbb5ef
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 11 07:07:50 2005 +0000

description:
Increase SYMTAB_SPACE

diffstat:

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

diffs (18 lines):

diff -r 9b766a80bd53 -r 6cbc32cbb5ef sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Fri Mar 11 07:06:54 2005 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Fri Mar 11 07:07:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.59 2005/02/25 13:46:50 simonb Exp $
+# $NetBSD: GENERIC,v 1.60 2005/03/11 07:07:50 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -175,7 +175,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=280000
+options        SYMTAB_SPACE=480000
 
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index