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-01 19:46:41 +0400
committerDaniel Jacobowitz <drow@false.org>2006-06-01 19:46:41 +0400
commitebab7e723074c20ac1c2c9b45193e8f029e66c87 (patch)
tree4b11b01466c6af8fcff519a8a9a9b4b2e301482c
parentae681022294055895edc1e82813ac19cf708fd76 (diff)
* gdb/remote.c (remote_hostio_parse_result): Check for strtol
errors.
-rw-r--r--ChangeLog.csl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 1087f4c9d..727868fa7 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,10 @@
2006-06-01 Daniel Jacobowitz <dan@codesourcery.com>
+ * gdb/remote.c (remote_hostio_parse_result): Check for strtol
+ errors.
+
+2006-06-01 Daniel Jacobowitz <dan@codesourcery.com>
+
* gdb/doc/gdb.texinfo (Host I/O Packets): Mention explicit negative
signs.