aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 01:34:39 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 01:34:39 +0000
commit7fb951392a68318430c173715b99937fea11b6b8 (patch)
treea8fdac9379b02fcb56fc248da7aeb26218d20398 /gdb/ChangeLog
parentfb682d6970089e99071239fa4a0b6c2a66333652 (diff)
downloadgdb-7fb951392a68318430c173715b99937fea11b6b8.zip
gdb-7fb951392a68318430c173715b99937fea11b6b8.tar.gz
gdb-7fb951392a68318430c173715b99937fea11b6b8.tar.bz2
* Makefile.in (init.c): Add udi2go32.o to list of files that we
should not try to search for _initialize_* functions. * remote-udi.c (udi_wait): Change UDIGdb_StdoutReady back to UDIStdoutReady. It accidentally got changed on 24 Oct 93 when stdout was changed to gdb_stdout. Likewise for UDIGetStdout, UDIStderrReady, and UDIGetStderr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8d5c34e..0e3e545 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Tue Nov 9 19:20:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * Makefile.in (init.c): Add udi2go32.o to list of files that we
+ should not try to search for _initialize_* functions.
+
+ * remote-udi.c (udi_wait): Change UDIGdb_StdoutReady back to
+ UDIStdoutReady. It accidentally got changed on 24 Oct 93 when
+ stdout was changed to gdb_stdout. Likewise for UDIGetStdout,
+ UDIStderrReady, and UDIGetStderr.
+
Tue Nov 9 12:48:06 1993 Tom Lord (lord@cygnus.com)
* remote-hms.c (hms_wait): fixed too many arguments to putc_unfiltered.