This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH COMMITTED] Adjust sparc 32-bit __sqrtl_finite version tag.


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]