aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-12-27 17:47:20 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-12-27 17:47:20 +0000
commitb6f6b44d62d6068e4198ed702fbba1db7d59700f (patch)
tree46563828f754f1dfb526fd4f906299ce4dfec06a /sim
parent09295b5730acbe1e70dd9cc07ca32229835bc4a4 (diff)
downloadgdb-b6f6b44d62d6068e4198ed702fbba1db7d59700f.zip
gdb-b6f6b44d62d6068e4198ed702fbba1db7d59700f.tar.gz
gdb-b6f6b44d62d6068e4198ed702fbba1db7d59700f.tar.bz2
* Make-common.in (sim-io.o): Depend on targ-vals.h.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Make-common.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 1cbbf36..dd88930 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-27 Alexandre Oliva <aoliva@redhat.com>
+
+ * Make-common.in (sim-io.o): Depend on targ-vals.h.
+
2000-12-23 Ben Elliston <bje@redhat.com>
* cgen-trace.c (trace_result): Handle 'f' type operands; output
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index eb65825..f37d03f 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -424,7 +424,7 @@ sim-inline.c: $(srccom)/sim-inline.c
$(SHELL) $(srcdir)/../../move-if-change tmp-$@ $@
sim-io.o: $(srccom)/sim-io.c $(sim_main_headers) $(sim-io_h) \
- $(srcroot)/include/remote-sim.h
+ $(srcroot)/include/remote-sim.h targ-vals.h
$(CC) -c $(srccom)/sim-io.c $(ALL_CFLAGS)
sim-memopt.o: $(srccom)/sim-memopt.c $(sim_main_headers) \