Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/a2f3daec2595
branches:  trunk
changeset: 783872:a2f3daec2595
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jan 11 06:41:01 2013 +0000

description:
Bump SYMTAB_SPACE

diffstat:

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

diffs (19 lines):

diff -r 1a8b686e7892 -r a2f3daec2595 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Fri Jan 11 06:22:23 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Fri Jan 11 06:41:01 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.20 2013/01/10 22:08:11 jmcneill Exp $
+#      $NetBSD: RPI,v 1.21 2013/01/11 06:41:01 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -144,7 +144,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=510000
+options        SYMTAB_SPACE=800000
 options        PLCONSOLE
 #options       PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=115200,PLCONMODE=0xB00
 



Home | Main Index | Thread Index | Old Index