* Makefile.in (remote.o): Update dependencies.
authorDaniel Jacobowitz <drow@false.org>
Fri, 4 Mar 2005 17:52:53 +0000 (17:52 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 4 Mar 2005 17:52:53 +0000 (17:52 +0000)
* remote.c: Include "observer.h".

gdb/ChangeLog
gdb/Makefile.in
gdb/remote.c

index 8ba47451fecbe804a4f4d4d33a223e5d07e2a04a..64c302e0411507758e650872bb039d3f97a770a5 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (remote.o): Update dependencies.
+       * remote.c: Include "observer.h".
+
 2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * target.c (target_read_memory_partial): Always initialize
index 225b83c6c350e8d7af0cea7d260657145bbe5b11..159d8d7f4349c10d491256c6dba43db3d2e22924 100644 (file)
@@ -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) \
index 9b259fac5d6a78c487329226bd21b7dd8157d4c3..3e97427d7bf00838243b9faa84ed7a88840a3cc9 100644 (file)
@@ -41,6 +41,7 @@
 #include "regcache.h"
 #include "value.h"
 #include "gdb_assert.h"
+#include "observer.h"
 
 #include <ctype.h>
 #include <sys/time.h>
This page took 0.028895 seconds and 4 git commands to generate.