mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* 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:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user