diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-15 16:39:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-15 16:39:38 +0000 |
commit | 07b4c0a66c431fdd3fae16977ce862b657569ffb (patch) | |
tree | 4be1fa948a5863ec20bfc825cc6a3ec96beb958a /sim/tic80/Makefile.in | |
parent | 4cc56716560b564c7b7f27e5eae03f9366f7ecab (diff) | |
download | binutils-07b4c0a66c431fdd3fae16977ce862b657569ffb.zip binutils-07b4c0a66c431fdd3fae16977ce862b657569ffb.tar.gz binutils-07b4c0a66c431fdd3fae16977ce862b657569ffb.tar.bz2 |
Remove some of the flake from the c80 floating point.
Diffstat (limited to 'sim/tic80/Makefile.in')
-rw-r--r-- | sim/tic80/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/tic80/Makefile.in b/sim/tic80/Makefile.in index eb3f943..0e9dc25 100644 --- a/sim/tic80/Makefile.in +++ b/sim/tic80/Makefile.in @@ -140,6 +140,7 @@ ENGINE_H = \ $(srcdir)/../common/sim-alu.h \ $(srcdir)/../common/sim-core.h \ $(srcdir)/../common/sim-events.h \ + $(srcdir)/../common/sim-fpu.h \ idecode.o: $(ENGINE_H) semantics.o: $(ENGINE_H) |