2000-09-12 Fernando Nasser <fnasser@cygnus.com>

* remote-rdi.c (arm_rdi_open): Fix typo in error message.
This commit is contained in:
Fernando Nasser 2000-09-12 20:07:54 +00:00
parent 5f1864472a
commit 3c06a63b37
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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);