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:
authorDaniel Jacobowitz <drow@false.org>2006-06-10 21:56:57 +0400
committerDaniel Jacobowitz <drow@false.org>2006-06-10 21:56:57 +0400
commit84af6021c2b6d4af62de2f88d274f1d8a1b094b8 (patch)
tree851ad7a4007d816ef68603af1f5a9ec0be8eb47b
parent560fa8f60abbc718abb5ce194d222ecab27642f9 (diff)
* remote-fileio.c (remote_fileio_func_read): Limit consolegdb-csl-sourcerygxx-4_1-8
reads to 8K.
-rw-r--r--ChangeLog.csl7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index bf3c87b7f..aace2ccda 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,10 @@
+2006-06-10 Daniel Jacobowitz <dan@codesourcery.com>
+
+ Issue #669
+ gdb/
+ * remote-fileio.c (remote_fileio_func_read): Limit console
+ reads to 8K.
+
2006-06-09 Nathan Sidwell <nathan@codesourcery.com>
gdb/testsuite/