diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-05-24 08:00:02 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-05-24 08:00:02 +0000 |
commit | 8fc3bae789a51eb030adb0f1b8828afd511cd3c0 (patch) | |
tree | 1ea7a2bcfd519822988bd5588741b78272bd84e8 /ChangeLog.csl | |
parent | 83b2b7020065a097598133e9c9cbdde196a7261b (diff) | |
download | gdb-8fc3bae789a51eb030adb0f1b8828afd511cd3c0.tar.gz |
* gdb/remote-fileio.c (remote_fileio_reset): New.
* gdb/remote-fileio.h (remote_fileio_reset): Prototype.
* gdb/remote.c (extended_remote_restart, remote_open_1): Call it.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r-- | ChangeLog.csl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index 01d00f5f4ba..d22ce1ab2d4 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,9 @@ +2006-05-24 Nathan Sidwell <nathan@codesourcery.com> + + * gdb/remote-fileio.c (remote_fileio_reset): New. + * gdb/remote-fileio.h (remote_fileio_reset): Prototype. + * gdb/remote.c (extended_remote_restart, remote_open_1): Call it. + 2006-05-22 Richard Sandiford <richard@codesourcery.com> opcodes/ |