From 385fd0d524817f171c715c1ca0e5647741584682 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 24 Jun 2013 09:59:26 -0700 Subject: [BZ #15666] alpha: Add __sqrt*_finite definitions With compatibility for ev6 and non-ev6 builds, as the non-ev6 did manage to get definitions emitted for the float and double functions. --- ports/sysdeps/alpha/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ports/sysdeps/alpha/Versions') diff --git a/ports/sysdeps/alpha/Versions b/ports/sysdeps/alpha/Versions index 76b67a6b90..ae8fde7b23 100644 --- a/ports/sysdeps/alpha/Versions +++ b/ports/sysdeps/alpha/Versions @@ -10,4 +10,8 @@ libm { # used in inline functions. __atan2; } + GLIBC_2.18 { + # forgotten when the symbols were added to glibc 2.15 for other targets + __sqrt_finite; __sqrtf_finite; __sqrtl_finite; + } } -- cgit 1.4.1