diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-30 23:09:25 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-30 23:09:25 -0700 |
commit | 1c58d5dcebbc41172316b3d28ee3fc58cf09aa13 (patch) | |
tree | 23d872b5da4c809858cf4f194afe44798003eb2c /ChangeLog | |
parent | 0e20515a17445ec961a05b14a7355b79fc421564 (diff) | |
download | glibc-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-- | ChangeLog | 8 |
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] |