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 bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/05913c0311da
branches:  trunk
changeset: 767331:05913c0311da
user:      cliff <cliff%NetBSD.org@localhost>
date:      Fri Jul 15 19:41:28 2011 +0000

description:
bump SYMTAB_SPACE

diffstat:

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

diffs (23 lines):

diff -r 6bb3be733091 -r 05913c0311da sys/arch/evbmips/conf/XLSATX
--- a/sys/arch/evbmips/conf/XLSATX      Fri Jul 15 19:37:41 2011 +0000
+++ b/sys/arch/evbmips/conf/XLSATX      Fri Jul 15 19:41:28 2011 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: XLSATX,v 1.6 2011/07/01 22:10:31 dyoung Exp $
+#      $NetBSD: XLSATX,v 1.7 2011/07/15 19:41:28 cliff Exp $
 
 include        "arch/evbmips/conf/std.rmixl"
 
-#ident                 "XLSATX-$Revision: 1.6 $"
+#ident                 "XLSATX-$Revision: 1.7 $"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
@@ -41,7 +41,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=503000     # size for embedded symbol table
+options        SYMTAB_SPACE=510000     # size for embedded symbol table
 #options       DDB_COMMANDONENTER="trace;show registers"
 options        DB_MAX_LINE=-1
 



Home | Main Index | Thread Index | Old Index