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 COPY_SYMTAB=1 so ddb commands ps, bt work



details:   https://anonhg.NetBSD.org/src/rev/c598de56ef4e
branches:  trunk
changeset: 823842:c598de56ef4e
user:      maya <maya%NetBSD.org@localhost>
date:      Thu May 11 07:56:43 2017 +0000

description:
COPY_SYMTAB=1 so ddb commands ps, bt work

diffstat:

 sys/arch/evbmips/conf/LOONGSON |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 41e24f585013 -r c598de56ef4e sys/arch/evbmips/conf/LOONGSON
--- a/sys/arch/evbmips/conf/LOONGSON    Thu May 11 07:34:27 2017 +0000
+++ b/sys/arch/evbmips/conf/LOONGSON    Thu May 11 07:56:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOONGSON,v 1.30 2017/02/19 07:47:00 rin Exp $
+# $NetBSD: LOONGSON,v 1.31 2017/05/11 07:56:43 maya Exp $
 #
 # LOONGSON machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "LOONGSON-$Revision: 1.30 $"
+#ident                 "LOONGSON-$Revision: 1.31 $"
 
 maxusers       16
 
@@ -36,6 +36,7 @@
 #options       PMAP_FAULTINFO
 #options       LOCKDEBUG
 makeoptions    DEBUG="-g"
+makeoptions    COPY_SYMTAB=1           # size for embedded symbol table
 options        KTRACE                  # system call tracing support
 options        MSGBUFSIZE=8192         # dmesg buffer size
 



Home | Main Index | Thread Index | Old Index