mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2000-09-12 Fernando Nasser <fnasser@cygnus.com>
* remote-rdi.c (arm_rdi_open): Fix typo in error message.
This commit is contained in:
parent
5f1864472a
commit
3c06a63b37
@ -1,3 +1,7 @@
|
||||
2000-09-12 Fernando Nasser <fnasser@cygnus.com>
|
||||
|
||||
* remote-rdi.c (arm_rdi_open): Fix typo in error message.
|
||||
|
||||
Wed Sep 13 03:08:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* remote-mips.c (mips_expect, mips_getstring, mips_send_packet,
|
||||
|
@ -263,7 +263,7 @@ device is attached to the remote system (e.g. /dev/ttya).");
|
||||
{
|
||||
printf_filtered ("RDI_open: %s\n", rdi_error_message (rslt));
|
||||
Adp_CloseDevice ();
|
||||
error ("RID_open failed\n");
|
||||
error ("RDI_open failed\n");
|
||||
}
|
||||
|
||||
rslt = angel_RDI_info (RDIInfo_Target, &arg1, &arg2);
|
||||
|
Loading…
Reference in New Issue
Block a user