From 6867ae3eab6112d511dad8ea86572f9fc4095b6d Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 4 Mar 2005 17:52:53 +0000 Subject: [PATCH] * Makefile.in (remote.o): Update dependencies. * remote.c: Include "observer.h". --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 +- gdb/remote.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ba4745..64c302e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2005-03-04 Daniel Jacobowitz + * Makefile.in (remote.o): Update dependencies. + * remote.c: Include "observer.h". + +2005-03-04 Daniel Jacobowitz + * target.c (target_read_memory_partial): Always initialize ERR. (target_write_memory_partial): Likewise. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 225b83c..159d8d7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2390,7 +2390,7 @@ remote.o: remote.c $(defs_h) $(gdb_string_h) $(inferior_h) $(bfd_h) \ $(symfile_h) $(exceptions_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \ $(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \ $(gdb_assert_h) $(event_loop_h) $(event_top_h) $(inf_loop_h) \ - $(serial_h) $(gdbcore_h) $(remote_fileio_h) + $(serial_h) $(gdbcore_h) $(remote_fileio_h) $(observer_h) remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \ $(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \ $(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \ diff --git a/gdb/remote.c b/gdb/remote.c index 9b259fa..3e97427 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -41,6 +41,7 @@ #include "regcache.h" #include "value.h" #include "gdb_assert.h" +#include "observer.h" #include #include -- 2.7.4