This series fixes some errors found by enabling USE_SOFTFLOAT_STRUCT_TYPES.
Most of them are helpers using int types instead of float types. This also requires the use of floatXX_val() and make_floatXX(). Laurent Vivier (4): arm: fix float64 helper definitions openrisc: fix float32 and float64 helper definitions tricore: use make_float32() and float32_val() softfloat: use floatXX_val() in XX_minmax() fpu/softfloat.c | 8 +++---- target/arm/helper-a64.h | 6 ++--- target/openrisc/fpu_helper.c | 52 ++++++++++++++++++++++---------------------- target/openrisc/helper.h | 20 ++++++++--------- target/tricore/fpu_helper.c | 34 ++++++++++++++--------------- 5 files changed, 60 insertions(+), 60 deletions(-) -- 2.13.6