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/84828027b5bc
branches:  trunk
changeset: 767369:84828027b5bc
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jul 17 01:35:01 2011 +0000

description:
Increase SYMTAB_SPACE.

diffstat:

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

diffs (25 lines):

diff -r 0313e5590cc1 -r 84828027b5bc sys/arch/evbmips/conf/AP30
--- a/sys/arch/evbmips/conf/AP30        Sun Jul 17 01:29:25 2011 +0000
+++ b/sys/arch/evbmips/conf/AP30        Sun Jul 17 01:35:01 2011 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: AP30,v 1.20 2011/06/30 20:09:29 wiz Exp $
+#      $NetBSD: AP30,v 1.21 2011/07/17 01:35:01 dyoung Exp $
 
 include        "arch/evbmips/conf/std.atheros"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "AP30-$Revision: 1.20 $"
+#ident                 "AP30-$Revision: 1.21 $"
 
 maxusers       32
 
@@ -45,7 +45,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=350000     # size for embedded symbol table
+options        SYMTAB_SPACE=351000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index