]> Git Repo - binutils.git/commitdiff
2006-10-21 Paul Brook <[email protected]>
authorPaul Brook <[email protected]>
Sat, 21 Oct 2006 17:59:08 +0000 (17:59 +0000)
committerPaul Brook <[email protected]>
Sat, 21 Oct 2006 17:59:08 +0000 (17:59 +0000)
* remote.c (remote_fetch_registers): Fix error message.

gdb/ChangeLog
gdb/remote.c

index 2a1e6fea8d432c72c10a421e98d6724a45c0831e..1b5eaa66481a8f8d3c9d3ca12162b817fdeff1f1 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-21  Paul Brook  <[email protected]>
+
+       * remote.c (remote_fetch_registers): Fix error message.
+
 2006-10-20  Daniel Jacobowitz  <[email protected]>
 
        * gcore.c (MAX_COPY_BYTES): Define.
index 66859719a0dbdb534d9dda2be77652ad4590dff0..1744b0fc54d7efc01fe50ed96ce0e1532dcfee71 100644 (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:
This page took 0.049684 seconds and 4 git commands to generate.