aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/d10v/ChangeLog4
-rw-r--r--sim/d10v/Makefile.in2
-rw-r--r--sim/mn10200/ChangeLog4
-rw-r--r--sim/mn10200/Makefile.in2
-rw-r--r--sim/mn10300/ChangeLog4
-rw-r--r--sim/mn10300/Makefile.in2
-rw-r--r--sim/v850/ChangeLog4
-rw-r--r--sim/v850/Makefile.in2
8 files changed, 20 insertions, 4 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index 08d8993..75167f9 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-15 J.T. Conklin <jtc@redback.com>
+
+ * Makefile.in (simops.o): Add simops.h to dependency list.
+
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
index 8ed219f..82d7e11 100644
--- a/sim/d10v/Makefile.in
+++ b/sim/d10v/Makefile.in
@@ -48,6 +48,6 @@ clean-extra:
rm -f table.c simops.h gencode
interp.o: interp.c table.c $(INCLUDE)
-simops.o: simops.c $(INCLUDE)
+simops.o: simops.c simops.h $(INCLUDE)
endian.o: endian.c $(INCLUDE)
table.o: table.c
diff --git a/sim/mn10200/ChangeLog b/sim/mn10200/ChangeLog
index bf1eab4..6e99724 100644
--- a/sim/mn10200/ChangeLog
+++ b/sim/mn10200/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-15 J.T. Conklin <jtc@redback.com>
+
+ * Makefile.in (simops.o): Add simops.h to dependency list.
+
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/mn10200/Makefile.in b/sim/mn10200/Makefile.in
index e19d9e7..bcc15c8 100644
--- a/sim/mn10200/Makefile.in
+++ b/sim/mn10200/Makefile.in
@@ -48,5 +48,5 @@ clean-extra:
rm -f table.c simops.h gencode
interp.o: interp.c table.c $(INCLUDE)
-simops.o: simops.c $(INCLUDE)
+simops.o: simops.c simops.h $(INCLUDE)
table.o: table.c
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index 3d76d2c..d064f0d 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-15 J.T. Conklin <jtc@redback.com>
+
+ * Makefile.in (simops.o): Add simops.h to dependency list.
+
Wed Aug 9 02:24:53 2000 Graham Stott <grahams@cygnus.co.uk>
* am33.igen: Warning clean-up.
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in
index 1c5a719..4623f9f 100644
--- a/sim/mn10300/Makefile.in
+++ b/sim/mn10300/Makefile.in
@@ -152,7 +152,7 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
interp.o: interp.c $(MN10300_INTERP_DEP) $(INCLUDE)
-simops.o: simops.c $(INCLUDE)
+simops.o: simops.c simops.h $(INCLUDE)
table.o: table.c
clean-extra: clean-igen
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index 6ac403d..cbf109f 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-15 J.T. Conklin <jtc@redback.com>
+
+ * Makefile.in (simops.o): Add simops.h to dependency list.
+
2001-03-14 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (gencode): Link with libintl.
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 04f02d9..2500fca 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -135,6 +135,6 @@ clean-extra: clean-igen
rm -f table.c simops.h gencode
#interp.o: interp.c table.c $(INCLUDE)
-simops.o: simops.c $(INCLUDE) targ-vals.h
+simops.o: simops.c simops.h $(INCLUDE) targ-vals.h
#table.o: table.c
semantics.o: $(INCLUDE)