Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbsh3/conf Use COPY_SYMTAB to get kernel symbols.



details:   https://anonhg.NetBSD.org/src/rev/1234bd5a09d8
branches:  trunk
changeset: 936148:1234bd5a09d8
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jul 20 02:04:43 2020 +0000

description:
Use COPY_SYMTAB to get kernel symbols.

diffstat:

 sys/arch/evbsh3/conf/NEXTVOD |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r def0b70070f1 -r 1234bd5a09d8 sys/arch/evbsh3/conf/NEXTVOD
--- a/sys/arch/evbsh3/conf/NEXTVOD      Mon Jul 20 01:10:38 2020 +0000
+++ b/sys/arch/evbsh3/conf/NEXTVOD      Mon Jul 20 02:04:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NEXTVOD,v 1.1 2020/07/19 23:44:36 uwe Exp $
+# $NetBSD: NEXTVOD,v 1.2 2020/07/20 02:04:43 uwe Exp $
 
 # This config and related files are placeholders/boilerplate for work
 # in progress.  Not expected to compile.
@@ -6,7 +6,7 @@
 include "arch/evbsh3/conf/std.nextvod"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
-#ident                 "NEXTVOD-$Revision: 1.1 $"
+#ident                 "NEXTVOD-$Revision: 1.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -88,6 +88,9 @@
 #options       MEMORY_DISK_ROOT_SIZE=3074      # size of memory disk, in blocks
 #options       MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
+#makeoptions   DEBUG="-g"      # compile full symbol table
+makeoptions    COPY_SYMTAB=1
+
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?
 



Home | Main Index | Thread Index | Old Index