Source-Changes-HG archive

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

[src/trunk]: src/sys/arch bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/a79e3fea0b6d
branches:  trunk
changeset: 789285:a79e3fea0b6d
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 12 21:15:56 2013 +0000

description:
bump SYMTAB_SPACE

diffstat:

 sys/arch/evbarm/conf/TWINTAIL |  4 ++--
 sys/arch/iyonix/conf/GENERIC  |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r d7f26b6aa5fe -r a79e3fea0b6d sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL     Mon Aug 12 21:04:17 2013 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL     Mon Aug 12 21:15:56 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWINTAIL,v 1.58 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: TWINTAIL,v 1.59 2013/08/12 21:15:56 matt Exp $
 #
 #      TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -133,7 +133,7 @@
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g"      # compile full symbol table
 #makeoptions   COPTS="-O2"
-options        SYMTAB_SPACE=620000
+options        SYMTAB_SPACE=640000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r d7f26b6aa5fe -r a79e3fea0b6d sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC      Mon Aug 12 21:04:17 2013 +0000
+++ b/sys/arch/iyonix/conf/GENERIC      Mon Aug 12 21:15:56 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.80 2013/06/30 21:38:57 rmind Exp $
+#      $NetBSD: GENERIC,v 1.81 2013/08/12 21:15:56 matt Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.80 $"
+#ident                 "GENERIC-$Revision: 1.81 $"
 
 maxusers       32              # estimated number of users
 
@@ -86,7 +86,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=610000
+options        SYMTAB_SPACE=630000
 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