On Thu, 28 Jun 2012, Maciej W. Rozycki wrote:
> * config/mips/sfp-machine.h: New file.
> * config.host : Enable soft-fp.
The compiler uses MIPS NaN conventions on MIPS; fp-bit knows about those
but soft-fp does not. Are you not concerned about that regression? (Is
this code only e
Hello,
This change adds soft-fp support for SDE bare-iron targets.
The settings have been mostly based on the version already present in
glibc, except that the ABI variations have been merged into a single file
and conditionalised on preprocessor macros (and the file reformatted to
follow th