On 29 April 2013 19:53, Anthony Liguori <aligu...@us.ibm.com> wrote:
> Anthony Liguori <aligu...@us.ibm.com> writes:
>
>> Thiemo Seufer <t...@networkno.de>
[rearranging the order a little]

>>       5a6932d Fix NaN handling for MIPS and HPPA.
>>       b645bb4 Fix softfloat NaN handling.

These two commits are basically the SNAN_BIT_IS_ONE
support, needed for MIPS, SH4 and Unicore32. It should
be easy enough for somebody who cares about those targets
to reinstate.

>>       924b2c0 Add proper float*_is_nan prototypes.

This is just adding some function prototypes -- we can
trivially reimplement it (probably by fixing the compile
errors that result when it's reverted).

>>       5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files
>>       63a654b trunc() for Solaris 9 / SPARC, by Juergen Keil.
>>       fc81ba5 Check that HOST_SOLARIS is defined before relying on its
>>       value. Spotted by Joachim Henke.

These three are all changes to files that have subsequently been
deleted (the softfloat-native support was dropped altogether).

-- PMM

Reply via email to