]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: rationalise softfloat includes
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 8 Aug 2019 16:27:31 +0000 (17:27 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commit502700d0674919309a19bfd016ea0680c6b7747d
treebc6f83c0855bf6e0ab9abb50219fa63d4929fb0f
parent00f43279a3e5e7ea3a0fa853157863663e838e2e
target/mips: rationalise softfloat includes

We should avoid including the whole of softfloat headers in cpu.h and
explicitly include it only where we will be calling softfloat
functions. We can use the -types.h in cpu.h for the few bits that are
global. We also move the restore_snan_bit_mode into internal.h and
include -helpers.h there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
linux-user/mips/cpu_loop.c
target/mips/cpu.h
target/mips/internal.h
target/mips/msa_helper.c
target/mips/op_helper.c