FW: [PATCH 2/2] ARM: Improve fenv implementation
Marcus Shawcroft
marcus.shawcroft@gmail.com
Mon May 19 08:22:00 GMT 2014
On 18 May 2014 15:14, Joseph S. Myers <joseph@codesourcery.com> wrote:
> This breaks the build when VFP isn't enabled at compile-time, because then
> the libc_* functions aren't defined. You need to have the <fenv.h>
> functions conditionally call libc_* functions that always use VFP (and are
> always defined), while those VFP-using functions are only conditionally
> used within the rest of libm. I.e., I think the __SOFTFP__ conditionals
> in fenv_private.h should only control the definitions of libc_* to use
> libc_*_vfp, not the definitions of the libc_*_vfp inlines.
>
Wilco, I've reverted this patch for you. You will need to re-spin it
(and test it) to address the build issues highlighted by Joseph.
Cheers
/Marcus
> --
> Joseph S. Myers
> joseph@codesourcery.com
More information about the Libc-alpha
mailing list