diff options
author | Roland McGrath <roland@gnu.org> | 2004-04-29 20:02:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-04-29 20:02:44 +0000 |
commit | 0c178dce67bce7ee569d52558abbaadc9eac2550 (patch) | |
tree | 1a938b5a3ad5022850fe2b5fc11848a542bcf612 | |
parent | e0067d3006b3fb28c188564e50ba354558e0b67f (diff) | |
download | glibc-0c178dce67bce7ee569d52558abbaadc9eac2550.zip glibc-0c178dce67bce7ee569d52558abbaadc9eac2550.tar.gz glibc-0c178dce67bce7ee569d52558abbaadc9eac2550.tar.bz2 |
[BZ #139]
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>.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |