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 bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/83dfa9600da8
branches:  trunk
changeset: 773521:83dfa9600da8
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 04 19:03:49 2012 +0000

description:
bump SYMTAB_SPACE

diffstat:

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

diffs (26 lines):

diff -r 4c6f38c84173 -r 83dfa9600da8 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Sat Feb 04 19:02:25 2012 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Sat Feb 04 19:03:49 2012 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.40 2011/12/18 05:49:26 dholland Exp $
+#      $NetBSD: ALCHEMY,v 1.41 2012/02/04 19:03:49 christos 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.40 $"
+#ident                 "ALCHEMY-$Revision: 1.41 $"
 
 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=483000     # size for embedded symbol table
+options        SYMTAB_SPACE=485000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index