On Mon, May 17, 2010 at 9:08 AM, Rathish C <rathis...@kpitcummins.com> wrote:
> But still the soft-fp routines are not getting used. Do we need to specify > any configure options to gcc? > > Also, please let me know the name of library built for soft-fp and how to > verify that the soft-fp files are compiled and linked with the gcc executable? The soft-fp functions are included in libgcc. I believe the functions only are invoked if named patterns for the operations do not exist in the machine description or the named patterns report the operation as unsupported in hardware through the FAIL code path. David