2006-10-21 Paul Brook <paul@codesourcery.com>
* remote.c (remote_fetch_registers): Fix error message.
This commit is contained in:
parent
e5ac9b532c
commit
3732ba62b9
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user