* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.h".
This commit is contained in:
parent
f90221d302
commit
6867ae3eab
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include "regcache.h"
|
||||
#include "value.h"
|
||||
#include "gdb_assert.h"
|
||||
#include "observer.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Reference in a new issue