qemu-e2k/target/hppa
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/hppa: Add migration for the cpu 2018-01-31 05:30:49 -08:00
cpu-qom.h target-hppa: Add framework and enable compilation 2017-01-23 09:52:40 -08:00
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
gdbstub.c target/hppa: Add system registers to gdbstub 2018-01-31 05:30:49 -08:00
helper.c target/hppa: Implement IASQ 2018-01-30 10:08:18 -08:00
helper.h target/hppa: Implement PROBE for system mode 2018-01-31 05:30:50 -08:00
int_helper.c target/hppa: Implement the interval timer 2018-01-30 10:22:26 -08:00
machine.c target/hppa: Add migration for the cpu 2018-01-31 05:30:49 -08:00
mem_helper.c target/hppa: Only use EXCP_DTLB_MISS 2018-01-31 05:30:50 -08:00
op_helper.c target/*/cpu.h: remove softfloat.h 2018-02-21 10:20:24 +00:00
translate.c target/hppa: Implement PROBE for system mode 2018-01-31 05:30:50 -08:00