* Makefile.in (remote.o): Update dependencies.

* remote.c: Include "observer.h".
This commit is contained in:
Daniel Jacobowitz 2005-03-04 17:52:53 +00:00
parent f90221d302
commit 6867ae3eab
3 changed files with 7 additions and 1 deletions

View 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

View 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) \

View 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>