o Clean-up tic80 fp tracing
[deliverable/binutils-gdb.git] / sim / tic80 / Makefile.in
index 21be037ba5c3dfbd91bcb28e554898cdd6c5bcc7..eb3f943333ddf885983e3ecdb372864fdea3807c 100644 (file)
@@ -11,7 +11,7 @@
 
 # List of object files, less common parts.
 SIM_OBJS = sim-endian.o sim-bits.o sim-config.o interp.o \
-       support.o idecode.o semantics.o itable.o \
+       support.o idecode.o semantics.o itable.o misc.o \
        sim-calls.o \
        sim-events.o \
        sim-core.o \
@@ -89,6 +89,7 @@ clean-igen:
 tmp-igen: $(srcdir)/dc $(srcdir)/insns $(srcdir)/ic ../igen/igen
        cd ../igen && $(MAKE)
        ../igen/igen \
+               -F f \
                -G direct-access \
                -G delayed-branch \
                -F short,emul \
@@ -146,3 +147,4 @@ support.o: $(ENGINE_H)
 interp.o: interp.c $(ENGINE_H)
 sim-calls.o: sim-calls.c $(ENGINE_H)
 cpu.o: cpu.c $(ENGINE_H)
+misc.o: $(ENGINE_H)
\ No newline at end of file
This page took 0.022673 seconds and 4 git commands to generate.