aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-29 21:17:22 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-29 21:17:22 +0000
commit3fcb85483c84be99135979216566fdb1dc1e2ae2 (patch)
tree492b34d93dc803e9db5fb302df35f8cff495a87f /gdb/ChangeLog
parent9f9970a3e9b33dc3bc655f82dd6f1bfc90fc9d17 (diff)
downloadgdb-3fcb85483c84be99135979216566fdb1dc1e2ae2.zip
gdb-3fcb85483c84be99135979216566fdb1dc1e2ae2.tar.gz
gdb-3fcb85483c84be99135979216566fdb1dc1e2ae2.tar.bz2
2003-06-29 Andrew Cagney <cagney@redhat.com>
* remote.c (remote_wait): Call error, and not warning, when the packet is corrupt. (remote_async_wait): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 70818bb..1986cee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-29 Andrew Cagney <cagney@redhat.com>
+
+ * remote.c (remote_wait): Call error, and not warning, when the
+ packet is corrupt.
+ (remote_async_wait): Ditto.
+
2003-06-29 Daniel Jacobowitz <drow@mvista.com>
* sparc-tdep.c (sparc_y_regnum): Make external again.