diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a73254c33f5..cc8e608f11e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com) + * sparclite/Makefile: Remove. It's not necessary anymore. + * ser-unix.c (wait_for): New routine to handle read timeouts, etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.