Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/shark/conf Bump SYMTAB_SPACE to allow clang to buil...
details: https://anonhg.NetBSD.org/src/rev/29a8c088430c
branches: trunk
changeset: 796901:29a8c088430c
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jun 24 12:17:33 2014 +0000
description:
Bump SYMTAB_SPACE to allow clang to build this kernel.
diffstat:
sys/arch/shark/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f5375fbed6e5 -r 29a8c088430c sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Tue Jun 24 11:59:10 2014 +0000
+++ b/sys/arch/shark/conf/GENERIC Tue Jun 24 12:17:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.113 2013/12/27 22:13:32 matt Exp $
+# $NetBSD: GENERIC,v 1.114 2014/06/24 12:17:33 joerg Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.113 $"
+#ident "GENERIC-$Revision: 1.114 $"
# estimated number of users
maxusers 32
@@ -153,7 +153,7 @@
options DIAGNOSTIC # internal consistency checks
#options PMAP_DEBUG # Enable pmap_debug_level code
options DDB # in-kernel debugger
-options SYMTAB_SPACE=690000 # reserve symbol space for DDB
+options SYMTAB_SPACE=750000 # reserve symbol space for DDB
# (needed because we boot netbsd.aout)
#options DDB_ONPANIC=0 # don't run DDB at panictime
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
Home |
Main Index |
Thread Index |
Old Index