Providing alternative implementation for floating point related operations in GCC.

Sivan Greenberg sivang@chippc.com
Tue May 6 09:41:00 GMT 2008


On Fri, 2008-05-02 at 19:35 -0500, Matthew Woehlke wrote:
>Uh... it sounds like what you really want is to build with
msoft-float?
> 
> ...from The Fine Manpage:
>         -msoft-float
>             Do not use floating-point coprocessor instructions.
>             Implement floating-point calculations using library calls
>             instead.
> 
>
 This changes the calling convention and way of parameter passing
comapred to using the hardfloat abi and breaks binaries we need to
support but to which we have no source. that's why the wish to tackle
this problem at the gcc internals levels.

Sivan



More information about the Gcc-help mailing list