diff options
author | Richard Henderson <rth@twiddle.net> | 2013-06-24 09:59:26 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-06-24 18:12:24 -0700 |
commit | 385fd0d524817f171c715c1ca0e5647741584682 (patch) | |
tree | a6ebec5461c8aec9d0178dc8d48f2cf9edcb9d11 /ports/sysdeps/alpha/Versions | |
parent | 17db6e8d6b12f55e312fcab46faf5d332c806fb6 (diff) | |
download | glibc-385fd0d524817f171c715c1ca0e5647741584682.tar.gz glibc-385fd0d524817f171c715c1ca0e5647741584682.tar.xz glibc-385fd0d524817f171c715c1ca0e5647741584682.zip |
[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.
Diffstat (limited to 'ports/sysdeps/alpha/Versions')
-rw-r--r-- | ports/sysdeps/alpha/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
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; + } } |