mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.h".
This commit is contained in:
@ -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>
|
2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* target.c (target_read_memory_partial): Always initialize
|
* 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) \
|
$(symfile_h) $(exceptions_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \
|
||||||
$(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \
|
$(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \
|
||||||
$(gdb_assert_h) $(event_loop_h) $(event_top_h) $(inf_loop_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) \
|
remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \
|
||||||
$(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \
|
$(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \
|
||||||
$(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \
|
$(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
#include "value.h"
|
#include "value.h"
|
||||||
#include "gdb_assert.h"
|
#include "gdb_assert.h"
|
||||||
|
#include "observer.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Reference in New Issue
Block a user