From: Stu Grossman Date: Tue, 4 May 1993 02:31:44 +0000 (+0000) Subject: * sparclite/Makefile: Remove. It's not necessary anymore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e8005d0f02b7f1a10c3ce6be582113a0b5d892d;p=binutils-gdb.git * sparclite/Makefile: Remove. It's not necessary anymore. --- 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.