2006-10-21 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Sat, 21 Oct 2006 17:59:08 +0000 (17:59 +0000)
committerPaul Brook <paul@codesourcery.com>
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 2a1e6fe..1b5eaa6 100644 (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.
index 6685971..1744b0f 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: