Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Bump symtab space slightly.



details:   https://anonhg.NetBSD.org/src/rev/9b02e0a7aa7f
branches:  trunk
changeset: 794143:9b02e0a7aa7f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Mar 06 23:13:58 2014 +0000

description:
Bump symtab space slightly.

diffstat:

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

diffs (18 lines):

diff -r 57bf47c81756 -r 9b02e0a7aa7f sys/arch/evbppc/conf/EV64260
--- a/sys/arch/evbppc/conf/EV64260      Thu Mar 06 19:55:37 2014 +0000
+++ b/sys/arch/evbppc/conf/EV64260      Thu Mar 06 23:13:58 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EV64260,v 1.59 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: EV64260,v 1.60 2014/03/06 23:13:58 joerg Exp $
 #
 #      MVP -- Motorola's Multiprocessing Verification Platform
 #
@@ -57,7 +57,7 @@
 #options       DEBUG           # expensive debugging checks/support
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
-options        SYMTAB_SPACE=330000     # size for embedded symbol table
+options        SYMTAB_SPACE=340000     # size for embedded symbol table
 
 #makeoptions   DEFCOPTS="-g"   # compile full symbol table
 makeoptions    DEBUG="-g"



Home | Main Index | Thread Index | Old Index