diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-16 03:08:37 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-16 03:08:37 +0000 |
commit | 9b7194bcb482ef2f8e6e94af3cec282b0a4599d2 (patch) | |
tree | 6a895c1741502a1abf80dda9e6f96958cccc34be /gdb/ChangeLog | |
parent | c88c804ea497754174762aaf47f15e0fac231d05 (diff) | |
download | gdb-9b7194bcb482ef2f8e6e94af3cec282b0a4599d2.zip gdb-9b7194bcb482ef2f8e6e94af3cec282b0a4599d2.tar.gz gdb-9b7194bcb482ef2f8e6e94af3cec282b0a4599d2.tar.bz2 |
PR remote/2158
* remote.c (remote_write_bytes): Throttle packet alignment
for small packets.
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 d1f0be7..f16b7b6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-10-15 Daniel Jacobowitz <dan@codesourcery.com> + + PR remote/2158 + * remote.c (remote_write_bytes): Throttle packet alignment + for small packets. + 2006-10-16 Jeff Johnston <jjohnstn@redhat.com> * linux-thread-db.c (thread_db_wait): Don't bother continuing if |