summaryrefslogtreecommitdiff
path: root/target-s390x/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:33:36 +0000
committerAlexander Graf <agraf@suse.de>2012-09-10 13:38:32 +0200
commit449c0d70b6d5692bafd8b028e2a8a4e0ed7076fe (patch)
tree65a172cf5d2753840a02cca2198b3e75a4c7941a /target-s390x/Makefile.objs
parentaea1e885b2b59cf93d0db9356fd5bb6cb1780f01 (diff)
downloadqemu-449c0d70b6d5692bafd8b028e2a8a4e0ed7076fe.tar.gz
target-s390x: avoid AREG0 for FPU helpers
Make FPU helpers take a parameter for CPUState instead of relying on global env. Introduce temporary wrappers for FPU load and store ops. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x/Makefile.objs')
-rw-r--r--target-s390x/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/Makefile.objs b/target-s390x/Makefile.objs
index a87d26fae7..7d965e9ca9 100644
--- a/target-s390x/Makefile.objs
+++ b/target-s390x/Makefile.objs
@@ -4,7 +4,6 @@ obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o
$(obj)/int_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/fpu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/cc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)