* 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.
This commit is contained in:
K. Richard Pixley
1993-08-02 23:54:27 +00:00
parent b5ed6e32c2
commit 5905161c08
4 changed files with 1498 additions and 12 deletions

View File

@ -1110,7 +1110,7 @@ hms_files_info ()
#ifdef __GO32__
printf_filtered ("\tAttached to DOS asynctsr and running program %s\n", file);
#else
printf_filtered ("\tAttached to %s at %d baud and running program %s\n", file);
printf_filtered ("\tAttached to %s at %d baud and running program %s\n", dev_name, baudrate, file);
#endif
printf_filtered ("\ton an H8/300 processor.\n");
}