summaryrefslogtreecommitdiff
path: root/sysdeps/alpha/divqu.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-20 05:25:40 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-20 05:25:40 +0000
commitaddbcc6d364ef48b9453cb422f4ed2688dddc1cf (patch)
tree9f69ef99a92ff6e00b9fd146eff555faab01f7ba /sysdeps/alpha/divqu.S
parent336476cbea3b8300736bf96cabba921314843439 (diff)
* sysdeps/alpha/remqu.S: Return the correct result when the samecvs/fedora-glibc-20051020T0651
dividend and divisor are provided, and they're negative numbers. * sysdeps/alpha/divqu.S: Likewise.
Diffstat (limited to 'sysdeps/alpha/divqu.S')
-rw-r--r--sysdeps/alpha/divqu.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/divqu.S b/sysdeps/alpha/divqu.S
index f2a8a4d533..ef3cdb1b2b 100644
--- a/sysdeps/alpha/divqu.S
+++ b/sysdeps/alpha/divqu.S
@@ -240,7 +240,7 @@ $y_is_neg:
/* If we get here, Y is so big that bit 63 is set. The results
from the divide will be completely wrong. Fortunately, the
quotient must be either 0 or 1, so just compute it directly. */
- cmpult Y, X, RV
+ cmpule Y, X, RV
excb
mt_fpcr $f3
ldt $f0, 0(sp)