]> git.proxmox.com Git - qemu.git/commit
linux-user/arm: fix compilation failures using softfloat's struct types
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 13:59:35 +0000 (13:59 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 10 Feb 2011 19:18:36 +0000 (20:18 +0100)
commit005e1a0a02810ee132742d8a29771cd48a2b4285
tree4c20c4313faff4b9af199b70aecefe04e5221a87
parentd5138cf4a8f2415d2d568adfd3f65d3cc5a0b736
linux-user/arm: fix compilation failures using softfloat's struct types

Add uses of the float32/float64 boxing and unboxing macros so that
the ARM linux-user targets will compile with USE_SOFTFLOAT_STRUCT_TYPES
enabled.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/arm/nwfpe/fpa11_cpdt.c
linux-user/arm/nwfpe/fpopcode.c
linux-user/signal.c