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.



details:   https://anonhg.NetBSD.org/src/rev/9001e2706f70
branches:  trunk
changeset: 773400:9001e2706f70
user:      he <he%NetBSD.org@localhost>
date:      Wed Feb 01 10:04:55 2012 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

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

diffs (18 lines):

diff -r 49e54e654fb4 -r 9001e2706f70 sys/arch/evbppc/conf/WALNUT
--- a/sys/arch/evbppc/conf/WALNUT       Wed Feb 01 10:03:24 2012 +0000
+++ b/sys/arch/evbppc/conf/WALNUT       Wed Feb 01 10:04:55 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: WALNUT,v 1.56 2011/12/18 05:49:27 dholland Exp $
+#      $NetBSD: WALNUT,v 1.57 2012/02/01 10:04:55 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -39,7 +39,7 @@
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        TRAP_PANICWAIT
-options        SYMTAB_SPACE=460000     # size for embedded symbol table
+options        SYMTAB_SPACE=470000     # size for embedded symbol table
 
 makeoptions    DEBUG="-g"      # compile full symbol table
 



Home | Main Index | Thread Index | Old Index