diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-04-12 14:27:40 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-04-12 14:27:40 +0000 |
commit | 01d3a6ce134b69233591c6ad34ecdf844142e2c4 (patch) | |
tree | 647dd7ae61290b686a6336ecd92bc18334f7e9c3 /gdb/ChangeLog | |
parent | 52f16a0ef42872c78d551b416d281a7188ebf007 (diff) | |
download | gdb-01d3a6ce134b69233591c6ad34ecdf844142e2c4.zip gdb-01d3a6ce134b69233591c6ad34ecdf844142e2c4.tar.gz gdb-01d3a6ce134b69233591c6ad34ecdf844142e2c4.tar.bz2 |
* remote.c (extended_remote_restart): Pass the correct length
to getpkt.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fcb5959..aa2e399 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-04-12 Daniel Jacobowitz <dan@codesourcery.com> + + * remote.c (extended_remote_restart): Pass the correct length + to getpkt. + 2006-04-11 Jim Blandy <jimb@codesourcery.com> * serial.c (serial_open): Check for special cases at the front of |