diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ffb7530..2edf938 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2003-06-30 Andrew Cagney <cagney@redhat.com> + * remote.c (remote_write_bytes): Explicitly compute and then use + the payload size. Update comments to reflect. Fixes problem of + GDB not sending small packets as found by Fred Fish. + +2003-06-30 Andrew Cagney <cagney@redhat.com> + * remote.c (remote_async_wait): Fix -Wformat problem. 2003-06-29 Andrew Cagney <cagney@redhat.com> |