about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d94f255d91..e02d51c271 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2014-08-05  Richard Henderson  <rth@redhat.com>
 
+	* sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
+	exceptions.
+	* sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
+	Add fraiseexcpt.
+	* sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
+	Use __feraiseexcept.
+	* sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
+	Protect libm symbols with IS_IN_libm.
+
 	* sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
 
 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>