]> Git Repo - qemu.git/commit
target/riscv: rationalise softfloat includes
authorAlex Bennée <[email protected]>
Thu, 8 Aug 2019 16:29:41 +0000 (17:29 +0100)
committerAlex Bennée <[email protected]>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commit135b03cb9defbd080b8834b30e3d45bed00c6137
treea9f5fa665d05f3761e876a89fb3a4ade2208d40e
parent502700d0674919309a19bfd016ea0680c6b7747d
target/riscv: 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 and -helpers.h in cpu.h for the few
bits that are global.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Palmer Dabbelt <[email protected]>
target/riscv/cpu.c
target/riscv/cpu.h
target/riscv/fpu_helper.c
This page took 0.025485 seconds and 4 git commands to generate.