aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-21 20:35:36 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-21 20:35:36 +0000
commite15f2a54574c6021558e6f965733e576ed53bc39 (patch)
tree4c3b1b8cc53f8d224af71753d0ade8741e495f25 /gdb/ChangeLog
parentafa01c54deba6552a785b3066cf5a061eff88917 (diff)
downloadgdb-e15f2a54574c6021558e6f965733e576ed53bc39.zip
gdb-e15f2a54574c6021558e6f965733e576ed53bc39.tar.gz
gdb-e15f2a54574c6021558e6f965733e576ed53bc39.tar.bz2
* remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 63e5cb3..aa3fe96 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Tue Sep 21 11:44:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it.
+
* printcmd.c (print_scalar_formatted): When truncating value we are
going to print as unsigned, handle it generally for any length
less than sizeof (LONGEST), rather than special-casing sizeof (char),