summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-30 23:09:25 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-30 23:09:25 -0700
commit1c58d5dcebbc41172316b3d28ee3fc58cf09aa13 (patch)
tree23d872b5da4c809858cf4f194afe44798003eb2c /ChangeLog
parent0e20515a17445ec961a05b14a7355b79fc421564 (diff)
downloadglibc-1c58d5dcebbc41172316b3d28ee3fc58cf09aa13.tar.gz
glibc-1c58d5dcebbc41172316b3d28ee3fc58cf09aa13.tar.xz
glibc-1c58d5dcebbc41172316b3d28ee3fc58cf09aa13.zip
Simulate sparc fpu exceptions using real FP ops again in soft-fp.
	* sysdeps/sparc/sparc32/soft-fp/q_util.c
	(___Q_simulate_exceptions): Use real FP ops rather than writing
	into the %fsr.
	* sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
	Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7090ecefd..067a91a621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-05-30  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/sparc32/soft-fp/q_util.c
+	(___Q_simulate_exceptions): Use real FP ops rather than writing
+	into the %fsr.
+	* sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
+	Likewise.
+
 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #14117]