Fix namespace conformance issue with Bessel functions.
commitb638f96a7607a279d5fd9b14fb49e02fa5151b5f
authorChris Metcalf <cmetcalf@ezchip.com>
Mon, 22 Dec 2014 20:24:17 +0000 (22 15:24 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Mon, 22 Dec 2014 20:24:17 +0000 (22 15:24 -0500)
treeeb07baecbd8db75f948e2d8eea5109ff5fe68ce0
parent0dacd7a3b9401f7eb7160cf79231a4573773c5da
Fix namespace conformance issue with Bessel functions.

[BZ #17747]
The y0/y1/yn and j0/j1/jn functions provided a strong_alias
to the "l"-suffixed variants when no long double support is
being compiled.  This breaks namespace conformance when the
basename versions conform but the l-suffixed ones don't.
Fixed by making them weak aliases instead.
ChangeLog
math/w_j0.c
math/w_j1.c
math/w_jn.c