Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-05-24 12:00:02 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-05-24 12:00:02 +0400
commit2cbee3b0830102241a1146b4b5a91a44c30e5059 (patch)
treedfc5d4daf23782b2df5d9ee8f561b6e6cbdfe9cd
parent1c42284939af7296c3065bb653ddf6c49ce9b6f9 (diff)
* 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.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 01d00f5f4..d22ce1ab2 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/