From: Stu Grossman Date: Wed, 6 Dec 1995 02:13:00 +0000 (+0000) Subject: * monitor.c (monitor_expect_regexp): Make static, add prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67e218392fd7a6558d1f2024066df0d258787c93;p=binutils-gdb.git * monitor.c (monitor_expect_regexp): Make static, add prototype. * (monitor_read_memory_single): Call monitor_expect_regexp with pointer to getmem_resp_delim_pattern, not entire struct. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4c7c246bd02..192996faf5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 5 18:08:29 1995 Stu Grossman (grossman@cygnus.com) + + * monitor.c (monitor_expect_regexp): Make static, add prototype. + * (monitor_read_memory_single): Call monitor_expect_regexp with + pointer to getmem_resp_delim_pattern, not entire struct. + Tue Dec 5 15:51:25 1995 Stan Shebs * c-lang.h (c_op_print_tab): Don't declare, some compilers