aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-03-04 17:52:53 +0000
committerDaniel Jacobowitz <drow@false.org>2005-03-04 17:52:53 +0000
commit6867ae3eab6112d511dad8ea86572f9fc4095b6d (patch)
tree01da734a7e0b1d72890201794ad8646745640ba0
parentf90221d302a76d152db1ff293985d0c018593dc2 (diff)
downloadgdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.zip
gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.gz
gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.bz2
* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.h".
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/remote.c1
3 files changed, 7 insertions, 1 deletions
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 <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
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 <ctype.h>
#include <sys/time.h>