softfloat: Reinstate accidentally disabled target-specific NaN handling
commit2ac8bd03c55422a7505ece2a0d39a396eb09c6e5
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 26 Sep 2011 15:56:55 +0000 (26 16:56 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 06:19:07 +0000 (1 06:19 +0000)
treee51ba73ed295621e6878409758d264668893f440
parentdf0eda9b73420363ad9dbf8c7eff47a0c4e47ff3
softfloat: Reinstate accidentally disabled target-specific NaN handling

Include config.h in softfloat.c, so that the target specific ifdefs in
softfloat-specialize.h are evaluated correctly. This was accidentally
broken in commit 789ec7ce2 when config-target.h was removed from
softfloat.h, and means that most targets will have been returning the
wrong results for calculations involving NaNs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
fpu/softfloat.c