aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-05-04 02:31:44 +0000
committerStu Grossman <grossman@cygnus>1993-05-04 02:31:44 +0000
commit1e8005d0f02b7f1a10c3ce6be582113a0b5d892d (patch)
tree57155d7cab03ca7851aa82f03cfae5f2fafd0d60 /gdb
parent9775789df69c3d11e2eb1275c483b281e4581667 (diff)
downloadgdb-1e8005d0f02b7f1a10c3ce6be582113a0b5d892d.zip
gdb-1e8005d0f02b7f1a10c3ce6be582113a0b5d892d.tar.gz
gdb-1e8005d0f02b7f1a10c3ce6be582113a0b5d892d.tar.bz2
* sparclite/Makefile: Remove. It's not necessary anymore.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a73254c..cc8e608 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.