summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-11-16 07:02:26 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-11-16 07:02:26 +0000
commit8a3fbb5e3dc99f6fc914c769bb60fd474bc6cdaf (patch)
tree5e676e1678b4342cbafaec0c07163391f5a395ae /sim
parent27793994040664eb30516ade79cb0b3549314873 (diff)
downloadgdb-8a3fbb5e3dc99f6fc914c769bb60fd474bc6cdaf.tar.gz
* Make-common.in (sim-load.o): Depend on $(sim_main_headers) and
$(remote_sim_h) too. (sim_main_headers): Add sim-utils.h.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog6
-rw-r--r--sim/common/Make-common.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index ba104bd57f1..ded6547406c 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-16 Hans-Peter Nilsson <hp@axis.com>
+
+ * Make-common.in (sim-load.o): Depend on $(sim_main_headers) and
+ $(remote_sim_h) too.
+ (sim_main_headers): Add sim-utils.h.
+
2004-10-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* cgen-defs.h (ENDSWITCH): Changed to compile with gcc-3.4.2.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index cc93bde5e35..daba91df735 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -312,6 +312,7 @@ sim_main_headers = \
$(srccom)/sim-profile.h \
$(srccom)/sim-signal.h \
$(srccom)/sim-trace.h \
+ $(srccom)/sim-utils.h \
$(srccom)/sim-watch.h \
tconfig.h \
$(SIM_EXTRA_DEPS)
@@ -472,7 +473,7 @@ sim-utils.o: $(srccom)/sim-utils.c $(sim_main_headers)
sim-watch.o: $(srccom)/sim-watch.c $(sim_main_headers)
$(CC) -c $(srccom)/sim-watch.c $(ALL_CFLAGS)
-sim-load.o: $(srccom)/sim-load.c $(callback_h)
+sim-load.o: $(srccom)/sim-load.c $(callback_h) $(sim_main_headers) $(remote_sim_h)
$(CC) -c $(srccom)/sim-load.c $(ALL_CFLAGS)