* pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
authorJeffrey A Law <law@cygnus.com>
Sat, 19 Feb 2000 03:02:58 +0000 (03:02 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 19 Feb 2000 03:02:58 +0000 (20:02 -0700)
From-SVN: r32063

gcc/ChangeLog
gcc/config/pa/quadlib.asm

index 0c667344b41da450679237ca88d1faa340e927b1..382538eb8294a2bb72c451d30ba7e6866188d73f 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
+
 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
 
        * invoke.texi (Warning Options): Add an explanation of why
index 11c0b10f30e5d90675c61bdea761a8cbc4d5ddf4..eb65362e02617ff37d1b8b403ca7786dfe0f32be 100644 (file)
@@ -125,7 +125,7 @@ _U_Qfgt
        ; Load the additional argument and call the comparison routine.
        ;
        bl _U_Qfcmp,%r2
-       ldi 23,%r24
+       ldi 17,%r24
 
        ;
        ; The return from _U_Qfcmp is the masked C bit from the FP
@@ -162,7 +162,7 @@ _U_Qfge
        ; Load the additional argument and call the comparison routine.
        ;
        bl _U_Qfcmp,%r2
-       ldi 23,%r24
+       ldi 21,%r24
 
        ;
        ; The return from _U_Qfcmp is the masked C bit from the FP