From: Jeff Law Date: Thu, 14 Sep 1995 21:48:25 +0000 (+0000) Subject: * monitor.c (monitor_expect): Discard NULL characters. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee90dcc2dcfce16f97fa69a0461aea38b85cc698;p=binutils-gdb.git * monitor.c (monitor_expect): Discard NULL characters. Fixes random failures on the OKI board. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04850091e96..848753b39b6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 14 14:44:59 1995 Jeffrey A. Law + + * monitor.c (monitor_expect): Discard NULL characters. + Thu Sep 14 14:12:30 1995 Kung Hsu * infcmd.c: Add extern declaration for auto_solib_add_at_startup.