aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-05-04 02:22:14 +0000
committerStu Grossman <grossman@cygnus>1993-05-04 02:22:14 +0000
commit9775789df69c3d11e2eb1275c483b281e4581667 (patch)
tree51f80116f7162e04b51c533fd120a46ef3c317d6 /gdb/ChangeLog
parentf6dddd4e1da5f57905ba4593c07634b10109a8d0 (diff)
downloadgdb-9775789df69c3d11e2eb1275c483b281e4581667.zip
gdb-9775789df69c3d11e2eb1275c483b281e4581667.tar.gz
gdb-9775789df69c3d11e2eb1275c483b281e4581667.tar.bz2
* ser-unix.c (wait_for): New routine to handle read timeouts,
etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4c6ab28..a73254c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com)
+
+ * ser-unix.c (wait_for): New routine to handle read timeouts,
+ etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
+
Mon May 3 13:52:08 1993 Ian Lance Taylor (ian@cygnus.com)
* mips-pinsn.c (print_insn): Return value.