Don't use INTDEF with __ldexpf (bug 14132).
commita13d0d745ca3ea5e80506db7de0498d74d44a5b7
authorJoseph Myers <joseph@codesourcery.com>
Tue, 21 Oct 2014 23:11:49 +0000 (21 23:11 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 21 Oct 2014 23:11:49 +0000 (21 23:11 +0000)
tree7d02ec708e78ad9abac32cafeee41ef8476fb3b2
parentf05e73f660d5cc3a72b46047c829ccf5e096c88b
Don't use INTDEF with __ldexpf (bug 14132).

Continuing the removal of the obsolete INTDEF / INTUSE mechanism, this
patch removes the use of INTDEF for __ldexpf.  As far as I can tell,
the resulting alias is completely unused.

Tested for x86_64 that stripped installed shared libraries are
unchanged by this patch.

[BZ #14132]
* math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
ChangeLog
math/s_ldexpf.c