Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash sparc has db_machdep.c now.



details:   https://anonhg.NetBSD.org/src/rev/7a7cdc63cee5
branches:  trunk
changeset: 825560:7a7cdc63cee5
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Fri Jul 21 20:58:44 2017 +0000

description:
sparc has db_machdep.c now.

diffstat:

 usr.sbin/crash/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 7dc79fbac516 -r 7a7cdc63cee5 usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Fri Jul 21 20:56:10 2017 +0000
+++ b/usr.sbin/crash/Makefile   Fri Jul 21 20:58:44 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.36 2017/04/10 12:05:52 christos Exp $
+#      $NetBSD: Makefile,v 1.37 2017/07/21 20:58:44 nakayama Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -21,9 +21,7 @@
     || (${MACHINE_CPU} == "arm" && ${MACHINE} != "acorn26") \
     || ${MACHINE_ARCH} == "m68k"
 SRCS+= db_trace.c
-.if ${MACHINE_ARCH} == "sparc"
-SRCS+= db_interface.c
-.elif ${MACHINE_ARCH} != "m68k"
+.if ${MACHINE_ARCH} != "m68k"
 SRCS+= db_machdep.c
 .endif
 REALCRASH=yes



Home | Main Index | Thread Index | Old Index