]> git.proxmox.com Git - mirror_qemu.git/commit
target/*/cpu.h: remove softfloat.h
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 19 Jan 2018 18:24:22 +0000 (18:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 21 Feb 2018 10:20:24 +0000 (10:20 +0000)
commit24f91e81b65fcdd0552d1f0fcb0ea7cfe3829c19
treeef6dc84d7af647c2387238e57f96420f47643a95
parentcfd88fc6f2722def193f5ef271381d8f6e2a2526
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>
45 files changed:
include/fpu/softfloat-types.h
include/fpu/softfloat.h
target/alpha/cpu.h
target/arm/cpu.c
target/arm/cpu.h
target/arm/helper-a64.c
target/arm/helper.c
target/arm/neon_helper.c
target/hppa/cpu.c
target/hppa/cpu.h
target/hppa/op_helper.c
target/i386/cpu.h
target/i386/fpu_helper.c
target/m68k/cpu.c
target/m68k/cpu.h
target/m68k/fpu_helper.c
target/m68k/helper.c
target/m68k/translate.c
target/microblaze/cpu.c
target/microblaze/cpu.h
target/microblaze/op_helper.c
target/moxie/cpu.h
target/nios2/cpu.h
target/openrisc/cpu.h
target/openrisc/fpu_helper.c
target/ppc/cpu.h
target/ppc/fpu_helper.c
target/ppc/int_helper.c
target/ppc/translate_init.c
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/fpu_helper.c
target/sh4/cpu.c
target/sh4/cpu.h
target/sh4/op_helper.c
target/sparc/cpu.h
target/sparc/fop_helper.c
target/tricore/cpu.h
target/tricore/fpu_helper.c
target/tricore/helper.c
target/unicore32/cpu.c
target/unicore32/cpu.h
target/unicore32/ucf64_helper.c
target/xtensa/cpu.h
target/xtensa/op_helper.c