summaryrefslogtreecommitdiffstats
path: root/target/alpha
diff options
context:
space:
mode:
authorAlex Bennée2019-08-08 18:30:35 +0200
committerAlex Bennée2019-08-19 13:07:13 +0200
commit5f8ab0004e878a6cd0f50fa8659df4a4f853eea8 (patch)
treef942a32c15139efcac19c814de1ec88982011f34 /target/alpha
parenttarget/riscv: rationalise softfloat includes (diff)
downloadqemu-5f8ab0004e878a6cd0f50fa8659df4a4f853eea8.tar.gz
qemu-5f8ab0004e878a6cd0f50fa8659df4a4f853eea8.tar.xz
qemu-5f8ab0004e878a6cd0f50fa8659df4a4f853eea8.zip
targets (various): use softfloat-helpers.h where we can
Generally the cpu and non-FP helper files just want to manipulate the softfloat flags. For this they can just use the -helpers.h include which brings in a minimal number of inline helpers. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'target/alpha')
-rw-r--r--target/alpha/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/helper.c b/target/alpha/helper.c
index 93b8e788b1..c6998348df 100644
--- a/target/alpha/helper.c
+++ b/target/alpha/helper.c
@@ -21,7 +21,7 @@
#include "cpu.h"
#include "exec/exec-all.h"
-#include "fpu/softfloat.h"
+#include "fpu/softfloat-types.h"
#include "exec/helper-proto.h"
#include "qemu/qemu-print.h"