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 so that the symbol table fits again.



details:   https://anonhg.NetBSD.org/src/rev/49f71857e54e
branches:  trunk
changeset: 771472:49f71857e54e
user:      he <he%NetBSD.org@localhost>
date:      Tue Nov 22 12:11:39 2011 +0000

description:
Bump SYMTAB_SPACE so that the symbol table fits again.

diffstat:

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

diffs (43 lines):

diff -r bbb3579fd97e -r 49f71857e54e sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL     Tue Nov 22 09:06:47 2011 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL     Tue Nov 22 12:11:39 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWINTAIL,v 1.45 2011/09/30 04:05:07 he Exp $
+#      $NetBSD: TWINTAIL,v 1.46 2011/11/22 12:11:39 he Exp $
 #
 #      TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -141,7 +141,7 @@
 #options       KGDB
 #options       DEBUG_KGDB
 makeoptions    DEBUG="-g -O2"  # compile full symbol table
-options        SYMTAB_SPACE=610000
+options        SYMTAB_SPACE=620000
 #options       AUDIO_DEBUG=2
 
 config         netbsd          root on ? type ?
diff -r bbb3579fd97e -r 49f71857e54e sys/arch/sbmips/conf/GENERIC
--- a/sys/arch/sbmips/conf/GENERIC      Tue Nov 22 09:06:47 2011 +0000
+++ b/sys/arch/sbmips/conf/GENERIC      Tue Nov 22 12:11:39 2011 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.83 2011/06/30 20:09:35 wiz Exp $
+# $NetBSD: GENERIC,v 1.84 2011/11/22 12:11:39 he Exp $
 
 include        "arch/sbmips/conf/std.sbmips"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.83 $"
+#ident                 "GENERIC-$Revision: 1.84 $"
 
 #options       LOCKDEBUG       # XXX XXX XXX XXX
 #options       DEBUG           # extra kernel debugging support
@@ -33,7 +33,7 @@
 options        DDB             # kernel dynamic debugger
 options        DDB_HISTORY_SIZE=100 # enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=380000     # size for embedded symbol table
+options        SYMTAB_SPACE=390000     # size for embedded symbol table
 
 # Compatibility options
 options        COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index