[PATCH COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag.
Richard Henderson
rth@twiddle.net
Mon Jan 25 19:08:00 GMT 2016
On 01/25/2016 11:00 AM, David Miller wrote:
> }
> strong_alias (__ieee754_sqrtl, __sqrtl_finite)
> +
> +#include <shlib-compat.h>
> +versioned_symbol (libm, __sqrtl_finite, sqrtl_finite, GLIBC_2_23);
sqrtl_finite (no underscores) is not an exported symbol.
Drop the strong alias and version from __ieee754_sqrtl to __sqrtl_finite.
r~
More information about the Libc-alpha
mailing list