diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-08-08 17:30:35 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-08-19 12:07:13 +0100 |
commit | 5f8ab0004e878a6cd0f50fa8659df4a4f853eea8 (patch) | |
tree | f942a32c15139efcac19c814de1ec88982011f34 /target/unicore32 | |
parent | 135b03cb9defbd080b8834b30e3d45bed00c6137 (diff) | |
download | 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/unicore32')
-rw-r--r-- | target/unicore32/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/unicore32/cpu.c b/target/unicore32/cpu.c index 802e2f1eba..b27fb9689f 100644 --- a/target/unicore32/cpu.c +++ b/target/unicore32/cpu.c @@ -17,7 +17,6 @@ #include "cpu.h" #include "migration/vmstate.h" #include "exec/exec-all.h" -#include "fpu/softfloat.h" static void uc32_cpu_set_pc(CPUState *cs, vaddr value) { |