Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf increase SYMTAB_SPACE.



details:   https://anonhg.NetBSD.org/src/rev/c08e041045f2
branches:  trunk
changeset: 772052:c08e041045f2
user:      oki <oki%NetBSD.org@localhost>
date:      Thu Dec 15 16:14:17 2011 +0000

description:
increase SYMTAB_SPACE.

diffstat:

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

diffs (26 lines):

diff -r 1ffaf7d084a9 -r c08e041045f2 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Thu Dec 15 16:06:18 2011 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Thu Dec 15 16:14:17 2011 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.38 2011/11/22 21:25:10 tls Exp $
+#      $NetBSD: ALCHEMY,v 1.39 2011/12/15 16:14:17 oki Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.alchemy"
 
-#ident                 "ALCHEMY-$Revision: 1.38 $"
+#ident                 "ALCHEMY-$Revision: 1.39 $"
 
 maxusers       32
 
@@ -45,7 +45,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=482000     # size for embedded symbol table
+options        SYMTAB_SPACE=483000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index