summaryrefslogtreecommitdiffstats
path: root/target/xtensa/Makefile.objs
diff options
context:
space:
mode:
authorMax Filippov2019-01-14 04:00:04 +0100
committerMax Filippov2019-01-14 08:33:42 +0100
commit9483bf27ee1ed3dca290f6c0150b1b161efdb222 (patch)
treeaf7d5345a786edcb2efeee3a2f7e04b504a6cde9 /target/xtensa/Makefile.objs
parenttarget/xtensa: rework zero overhead loops implementation (diff)
downloadqemu-9483bf27ee1ed3dca290f6c0150b1b161efdb222.tar.gz
qemu-9483bf27ee1ed3dca290f6c0150b1b161efdb222.tar.xz
qemu-9483bf27ee1ed3dca290f6c0150b1b161efdb222.zip
target/xtensa: extract FPU helpers
Move FPU-related HELPER functions from op_helper.c to fpu_helper.c No functional changes. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/Makefile.objs')
-rw-r--r--target/xtensa/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/Makefile.objs b/target/xtensa/Makefile.objs
index f63352cc04..1508714c44 100644
--- a/target/xtensa/Makefile.objs
+++ b/target/xtensa/Makefile.objs
@@ -7,4 +7,5 @@ obj-y += core-test_kc705_be.o
obj-$(CONFIG_SOFTMMU) += monitor.o xtensa-semi.o
obj-y += xtensa-isa.o
obj-y += translate.o op_helper.o helper.o cpu.o
+obj-y += fpu_helper.o
obj-y += gdbstub.o