summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-14 22:19:49 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-14 22:19:49 +0000
commit7b3513db5f40d389b042865e90783c832c7fb9d3 (patch)
tree70fdb965974fa5359478fa61ab6dc40e0892fe60
parentb460466b4047966823143b5e11a0ceb7430c5f65 (diff)
downloadgdb-7b3513db5f40d389b042865e90783c832c7fb9d3.tar.gz
* Makefile.in (remote_sim_h): Replace remote-sim_h.
(remote-sim.o): Update dependencies. (d10v-tdep.o): Specify dependencies. (sim_d10v_h): Define.
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/Makefile.in14
2 files changed, 17 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bfa0c1d4307..3900adb89cd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-15 Andrew Cagney <cagney@redhat.com>
+
+ * Makefile.in (remote_sim_h): Replace remote-sim_h.
+ (remote-sim.o): Update dependencies.
+ (d10v-tdep.o): Specify dependencies.
+ (sim_d10v_h): Define.
+
2002-05-14 Jim Blandy <jimb@redhat.com>
* macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 36fb4acb578..04cc0ceb0ee 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -569,9 +569,10 @@ getopt_h = $(INCLUDE_DIR)/getopt.h
floatformat_h = $(INCLUDE_DIR)/floatformat.h
bfd_h = $(BFD_DIR)/bfd.h
dis_asm_h = $(INCLUDE_DIR)/dis-asm.h
-remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
+remote_sim_h = $(INCLUDE_DIR)/remote-sim.h
demangle_h = $(INCLUDE_DIR)/demangle.h
obstack_h = $(INCLUDE_DIR)/obstack.h
+sim_d10v_h = $(INCLUDE_DIR)/sim-d10v.h
splay_tree_h = $(INCLUDE_DIR)/splay-tree.h
readline_headers = \
@@ -1392,6 +1393,11 @@ cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) $(gdb_string_h) \
$(gdbcore_h) $(target_h)
+d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(obstack_h) $(symtab_h) \
+ $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \
+ $(inferior_h) $(dis-asm_h) $(symfile_h) $(objfiles_h) $(language_h) \
+ $(arch_utils_h) $(regcache_h) $(floatformat_h) $(sim_d10v_h)
+
dbxread.o: dbxread.c $(breakpoint_h) $(buildsym_h) $(command_h) \
$(complaints_h) $(defs_h) $(expression_h) $(gdb_stabs_h) $(gdbcore_h) \
$(gdbtypes_h) $(language_h) $(objfiles_h) \
@@ -1972,9 +1978,9 @@ remote-sds.o: remote-sds.c $(bfd_h) $(defs_h) $(gdbcmd_h) \
$(inferior_h) $(remote_utils_h) $(symfile_h) $(terminal_h) \
$(gdb_string_h) $(regcache_h)
-remote-sim.o: remote-sim.c $(defs_h) $(gdbcore_h) \
- $(inferior_h) $(target_h) $(terminal_h) $(gdb_string_h) \
- $(INCLUDE_DIR)/callback.h $(regcache_h)
+remote-sim.o: remote-sim.c $(defs_h) $(inferior_h) $(value_h) $(gdb_string_h) \
+ $(terminal_h) $(target_h) $(gdbcore_h) $(INCLUDE_DIR)/callback.h \
+ $(remote_sim_h) $(remote_utils_h) $(command_h) $(regcache_h)
remote-st.o: remote-st.c $(defs_h) $(gdbcore_h) $(serial_h) \
$(target_h) $(gdb_string_h) $(regcache_h)