diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-04-29 08:41:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-04-29 08:41:15 +0000 |
commit | d5e2c74e384a36eee9c317b736118b36395813fb (patch) | |
tree | 2ae8e2d5afe8deaa3a5aa1412e56df8a960c0c62 /sim/tic80/Makefile.in | |
parent | c889a1eb873d3e87d2fe38b83c7d27a2915eb792 (diff) | |
download | gdb-d5e2c74e384a36eee9c317b736118b36395813fb.zip gdb-d5e2c74e384a36eee9c317b736118b36395813fb.tar.gz gdb-d5e2c74e384a36eee9c317b736118b36395813fb.tar.bz2 |
Numerous fixes.
Diffstat (limited to 'sim/tic80/Makefile.in')
-rw-r--r-- | sim/tic80/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/tic80/Makefile.in b/sim/tic80/Makefile.in index edf0621..3391a79 100644 --- a/sim/tic80/Makefile.in +++ b/sim/tic80/Makefile.in @@ -83,11 +83,9 @@ clean-igen: tmp-igen: $(srcdir)/dc $(srcdir)/insns $(srcdir)/ic ../igen/igen cd ../igen && $(MAKE) - @echo "Generating short version ..." ../igen/igen \ -G direct-access \ -G delayed-branch \ - -G omit-line-numbers \ -F short,emul \ -B 32 -H 31 \ -o $(srcdir)/dc \ @@ -128,6 +126,7 @@ ENGINE_H = \ $(srcdir)/../common/sim-types.h \ $(srcdir)/../common/sim-bits.h \ $(srcdir)/../common/sim-endian.h \ + $(srcdir)/../common/sim-options.h \ itable.h \ idecode.h \ cpu.h \ @@ -138,6 +137,7 @@ ENGINE_H = \ idecode.o: $(ENGINE_H) semantics.o: $(ENGINE_H) +support.o: $(ENGINE_H) interp.o: interp.c $(ENGINE_H) sim-calls.o: sim-calls.c $(ENGINE_H) cpu.o: cpu.c $(ENGINE_H) |