From e0067d3006b3fb28c188564e50ba354558e0b67f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 29 Apr 2004 20:02:34 +0000 Subject: [BZ #139] 2004-04-29 Jakub Jelinek * 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 . --- sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c') diff --git a/sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c b/sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c index d1f1dd86db..87c8478880 100644 --- a/sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c +++ b/sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return (unsigned long)(*a) - Copyright (C) 1997,1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). @@ -38,7 +38,7 @@ unsigned long _Qp_qtoux(const long double *a) __asm ( " ldd [%1], %%f52\n" " ldd [%1+8], %%f54\n" -" fqtoi %%f52, %%f60\n" +" fqtox %%f52, %%f60\n" " std %%f60, [%0]\n" " " : : "r" (&rx), "r" (a) : QP_CLOBBER); r = rx); -- cgit 1.4.1