aboutsummaryrefslogtreecommitdiff
path: root/target/m68k/Makefile.objs
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2018-02-24 21:18:00 +0100
committerLaurent Vivier <laurent@vivier.eu>2018-03-04 17:27:06 +0100
commit591596b77a1872d0652e666271ca055e57ea1e21 (patch)
tree152ca46cdb1b6388758491953cbf990576dc2294 /target/m68k/Makefile.objs
parent88857aca93f6ec8f372fb9c8201394b0e5582034 (diff)
target/m68k: add fmod/frem
Using a local m68k floatx80_mod() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] The quotient byte of the FPSR is updated with the result of the operation. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180224201802.911-3-laurent@vivier.eu>
Diffstat (limited to 'target/m68k/Makefile.objs')
-rw-r--r--target/m68k/Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/m68k/Makefile.objs b/target/m68k/Makefile.objs
index d143f20270..ac61948676 100644
--- a/target/m68k/Makefile.objs
+++ b/target/m68k/Makefile.objs
@@ -1,4 +1,5 @@
obj-y += m68k-semi.o
-obj-y += translate.o op_helper.o helper.o cpu.o fpu_helper.o
+obj-y += translate.o op_helper.o helper.o cpu.o
+obj-y += fpu_helper.o softfloat.o
obj-y += gdbstub.o
obj-$(CONFIG_SOFTMMU) += monitor.o