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/7f65e3919011
branches:  trunk
changeset: 767398:7f65e3919011
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Sun Jul 17 23:40:43 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 fa987d884aaa -r 7f65e3919011 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Sun Jul 17 23:40:16 2011 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Sun Jul 17 23:40:43 2011 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.36 2011/07/01 22:10:31 dyoung Exp $
+#      $NetBSD: ALCHEMY,v 1.37 2011/07/17 23:40:43 dyoung 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.36 $"
+#ident                 "ALCHEMY-$Revision: 1.37 $"
 
 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=481000     # size for embedded symbol table
+options        SYMTAB_SPACE=482000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index