Fix bits/math-finite.h exp10 condition (bug 22082).
commitf3a129b872a3d8c5edb3bd8b4b2b26c52f449160
authorJoseph Myers <joseph@codesourcery.com>
Mon, 4 Sep 2017 16:27:16 +0000 (4 16:27 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 4 Sep 2017 16:28:23 +0000 (4 16:28 +0000)
tree17d332dce53ba6e209f23b9bca25a244379dcc2c
parentb38042f51430974642616a60afbbf96fd0b98659
Fix bits/math-finite.h exp10 condition (bug 22082).

bits/math-finite.h handles exp10 if __USE_GNU.  It should use the
condition __GLIBC_USE (IEC_60559_FUNCS_EXT), as in bits/mathcalls.h.
This patch fixes the condition.

Tested for x86_64.

[BZ #22082]
* math/bits/math-finite.h (exp10): Redirect if [__GLIBC_USE
(IEC_60559_FUNCS_EXT)], not [__USE_GNU].
ChangeLog
math/bits/math-finite.h