forked from Imagelibrary/binutils-gdb
* configure.in: removed target_dependent line.
* remote-mm.c (mm_attach): change printf to error to prevent fallthrough bug. * remote-udi.c (udi_attach): change printf to error to prevent fallthrough bug.
This commit is contained in:
@@ -424,7 +424,7 @@ udi_attach (args, from_tty)
|
||||
DENTER("udi_attach()");
|
||||
|
||||
if (udi_session_id < 0)
|
||||
printf ("UDI connection not opened yet, use the 'target udi' command.\n");
|
||||
error ("UDI connection not opened yet, use the 'target udi' command.\n");
|
||||
|
||||
if (from_tty)
|
||||
printf ("Attaching to remote program %s...\n", prog_name);
|
||||
|
||||
Reference in New Issue
Block a user