Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/iyonix/conf Bump SYMTAB_SPACE so that it fits again.



details:   https://anonhg.NetBSD.org/src/rev/afd89110d4a4
branches:  trunk
changeset: 769005:afd89110d4a4
user:      he <he%NetBSD.org@localhost>
date:      Tue Aug 30 06:49:00 2011 +0000

description:
Bump SYMTAB_SPACE so that it fits again.

diffstat:

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

diffs (27 lines):

diff -r 058e4594ad56 -r afd89110d4a4 sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Tue Aug 30 06:27:17 2011 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Tue Aug 30 06:49:00 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.64 2011/07/23 21:12:58 jakllsch Exp $
+#      $NetBSD: GENERIC,v 1.65 2011/08/30 06:49:00 he Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.64 $"
+#ident                 "GENERIC-$Revision: 1.65 $"
 
 maxusers       32              # estimated number of users
 
@@ -87,7 +87,7 @@
 #options       KGDB            # remote debugger
 #options       KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=580000
+options        SYMTAB_SPACE=590000
 options        PERFCTRS        # performance counters
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages



Home | Main Index | Thread Index | Old Index