Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/425dbd5a372d
branches:  trunk
changeset: 772067:425dbd5a372d
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Dec 16 15:59:57 2011 +0000

description:
Increase SYMTAB_SPACE.

diffstat:

 sys/arch/evbmips/conf/MALTA |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 4f6bb124b4df -r 425dbd5a372d sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA       Fri Dec 16 15:21:13 2011 +0000
+++ b/sys/arch/evbmips/conf/MALTA       Fri Dec 16 15:59:57 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: MALTA,v 1.62 2011/11/22 21:25:11 tls Exp $
+#      $NetBSD: MALTA,v 1.63 2011/12/16 15:59:57 kiyohara Exp $
 
 include        "arch/evbmips/conf/std.malta"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MALTA-$Revision: 1.62 $"
+#ident                 "MALTA-$Revision: 1.63 $"
 
 maxusers       32
 
@@ -37,7 +37,7 @@
 options        DDB             # kernel dynamic debugger
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=430000     # size for embedded symbol table
+options        SYMTAB_SPACE=435000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index