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/47482e37af4b
branches:  trunk
changeset: 762990:47482e37af4b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Mar 07 15:37:46 2011 +0000

description:
Bump SYMTAB_SPACE.

diffstat:

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

diffs (26 lines):

diff -r bc7ac6f3f75f -r 47482e37af4b sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY     Mon Mar 07 13:58:32 2011 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY     Mon Mar 07 15:37:46 2011 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ALCHEMY,v 1.32 2011/03/06 17:08:23 bouyer Exp $
+#      $NetBSD: ALCHEMY,v 1.33 2011/03/07 15:37:46 jakllsch 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.32 $"
+#ident                 "ALCHEMY-$Revision: 1.33 $"
 
 maxusers       32
 
@@ -46,7 +46,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=470000     # size for embedded symbol table
+options        SYMTAB_SPACE=480000     # size for embedded symbol table
 
 # Compatibility options
 #options       COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index