Fix powerpc-nofpu fesetenv namespace (bug 17748).
commit53fbd16918791258ebc1684b1a1afd543b814780
authorJoseph Myers <joseph@codesourcery.com>
Wed, 14 Jan 2015 21:35:40 +0000 (14 21:35 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 14 Jan 2015 21:35:40 +0000 (14 21:35 +0000)
tree2ec9c5d3e90eca49321771f0682f106bf6f82370
parentd639a36345dfce12cbb69e254e8d2f32e5da9ed9
Fix powerpc-nofpu fesetenv namespace (bug 17748).

When fixing namespace issues for <fenv.h> functions I missed one call
to fesetenv for powerpc-nofpu.  This patch changes this to a call to
__fesetenv.

Tested for powerpc-nofpu; it fixes the previously observed math.h
linknamespace test failures.

[BZ #17748]
* sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
__fesetenv instead of fesetenv.
ChangeLog
sysdeps/powerpc/nofpu/feholdexcpt.c