qemu-e2k/target/m68k
Alex Bennée 24f91e81b6 target/*/cpu.h: remove softfloat.h
As cpu.h is another typically widely included file which doesn't need
full access to the softfloat API we can remove the includes from here
as well. Where they do need types it's typically for float_status and
the rounding modes so we move that to softfloat-types.h as well.

As a result of not having softfloat in every cpu.h call we now need to
add it to various helpers that do need the full softfloat.h
definitions.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[For PPC parts]
Acked-by: David Gibson <david@gibson.dropbear.id.au>
2018-02-21 10:20:24 +00:00
..
Makefile.objs target/m68k: add monitor.c 2017-12-21 20:11:28 +01:00
cpu-qom.h
cpu.c target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00
cpu.h target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00
fpu_helper.c target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00
gdbstub.c target/m68k: add the Interrupt Stack Pointer 2018-01-04 17:24:35 +01:00
helper.c target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00
helper.h target/m68k: add pflush/ptest 2018-01-25 16:02:25 +01:00
m68k-semi.c
monitor.c target/m68k: add HMP command "info tlb" 2018-01-25 16:02:25 +01:00
op_helper.c target/m68k: add pflush/ptest 2018-01-25 16:02:25 +01:00
qregs.def target-m68k: use floatx80 internally 2017-06-21 22:10:29 +02:00
translate.c target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00