]> sourceware.org Git - glibc.git/commitdiff
[BZ #139]
authorRoland McGrath <roland@gnu.org>
Thu, 29 Apr 2004 20:02:44 +0000 (20:02 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 29 Apr 2004 20:02:44 +0000 (20:02 +0000)
2004-04-29  Jakub Jelinek  <jakub@redhat.com>
* sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
for single precision register, add it to __asm clobbers [BZ #139].
* sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
for single precision register, add it to __asm clobbers.
* sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
instead of fqtoi in QP_HANDLE_EXCEPTIONS.
* sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
Reported by M. H. VanLeeuwen <vanl@megsinet.net>.

ChangeLog

index 3dce22850f7780f81d68c9ffa258dd170480e468..a1e6a7a59adf500d6fd6e09f105b8d8c5763a5ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
+       for single precision register, add it to __asm clobbers [BZ #139].
+       * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
+       for single precision register, add it to __asm clobbers.
+       * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
+       instead of fqtoi in QP_HANDLE_EXCEPTIONS.
+       * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
+       Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
+
 2004-04-23  Andreas Schwab  <schwab@suse.de>
 
        * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
This page took 0.046673 seconds and 5 git commands to generate.