2006-10-21 Paul Brook <paul@codesourcery.com>

* remote.c (remote_fetch_registers): Fix error message.
This commit is contained in:
Paul Brook 2006-10-21 17:59:08 +00:00
parent e5ac9b532c
commit 3732ba62b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-21 Paul Brook <paul@codesourcery.com>
* remote.c (remote_fetch_registers): Fix error message.
2006-10-20 Daniel Jacobowitz <dan@codesourcery.com>
* gcore.c (MAX_COPY_BYTES): Define.

View File

@ -3530,7 +3530,7 @@ remote_fetch_registers (int regnum)
register_bytes_found = i;
if (REGISTER_BYTES_OK_P ()
&& !REGISTER_BYTES_OK (i))
warning (_("Remote reply is too short: %s"), buf);
warning (_("Remote reply is wrong length: %s"), buf);
}
supply_them: