From 5905161c085c24499c9d87986777c894c8777d66 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Mon, 2 Aug 1993 23:54:27 +0000 Subject: * remote-monitor.c: updated copyright. (bug_ops, monitor_desc): now static. (monitor_desc): in several places, check and/or set to NULL. * remote-hms.c (hms_files_info): Add the appropriate items where missing in the printf call. * remote-bug.c: new file for m88k bug support. * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o. --- gdb/config/m88k/m88k.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/m88k') diff --git a/gdb/config/m88k/m88k.mt b/gdb/config/m88k/m88k.mt index 73e1bed..f48ea2f 100644 --- a/gdb/config/m88k/m88k.mt +++ b/gdb/config/m88k/m88k.mt @@ -1,3 +1,3 @@ # Target: Motorola 88000 Binary Compatability Standard -TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o +TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o remote-bug.o TM_FILE= tm-m88k.h -- cgit v1.1