about summary refs log tree commit diff
path: root/ports/ChangeLog.alpha
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-06-24 09:59:26 -0700
committerRichard Henderson <rth@twiddle.net>2013-06-24 18:12:24 -0700
commit385fd0d524817f171c715c1ca0e5647741584682 (patch)
treea6ebec5461c8aec9d0178dc8d48f2cf9edcb9d11 /ports/ChangeLog.alpha
parent17db6e8d6b12f55e312fcab46faf5d332c806fb6 (diff)
downloadglibc-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/ChangeLog.alpha')
-rw-r--r--ports/ChangeLog.alpha12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index d2e4813c58..59e78d1d3b 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,15 @@
+2013-06-24  Richard Henderson  <rth@redhat.com>
+
+	[BZ #15666]
+	* sysdeps/alpha/Versions (GLIBC_2.18): Add __sqrt_finite,
+	__sqrtf_finite, and __sqrtl_finite.
+	* sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Likewise.
+	* sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Add __sqrt_finite.
+	* sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Add __sqrtf_finite.
+	* sysdeps/alpha/fpu/e_sqrt.c: Add __sqrt_finite compatibility.
+	* sysdeps/alpha/fpu/e_sqrtf.c: New file.
+	* sysdeps/alpha/soft-fp/e_sqrtl.c: Add __sqrtl_finite.
+
 2013-06-23  Richard Henderson  <rth@redhat.com>
 
 	* sysdeps/alpha/fpu/libm-test-ulps: Update.