OSDN Git Service

* Makefile.in (simops.o): Add simops.h to dependency list.
authorjtc <jtc>
Sun, 15 Apr 2001 19:57:09 +0000 (19:57 +0000)
committerjtc <jtc>
Sun, 15 Apr 2001 19:57:09 +0000 (19:57 +0000)
sim/d10v/ChangeLog
sim/d10v/Makefile.in
sim/mn10200/ChangeLog
sim/mn10200/Makefile.in
sim/mn10300/ChangeLog
sim/mn10300/Makefile.in
sim/v850/ChangeLog
sim/v850/Makefile.in

index 08d8993..75167f9 100644 (file)
@@ -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.
index 8ed219f..82d7e11 100644 (file)
@@ -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
index bf1eab4..6e99724 100644 (file)
@@ -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.
index dd9581c..bcc15c8 100644 (file)
@@ -19,7 +19,7 @@
 ## COMMON_PRE_CONFIG_FRAG
 
 SIM_OBJS = interp.o table.o simops.o sim-load.o
-SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/sysmec
+SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/sysmec -DNEED_UI_LOOP_HOOK
 SIM_EXTRA_CLEAN = clean-extra
 
 # Select mn10200 support in nltvals.def.
@@ -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
index 3d76d2c..d064f0d 100644 (file)
@@ -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.
index 1c5a719..4623f9f 100644 (file)
@@ -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
index 6ac403d..cbf109f 100644 (file)
@@ -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.
index 04f02d9..2500fca 100644 (file)
@@ -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)