Commit c9604920 by Jeffrey A Law Committed by Jeff Law

* pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.

From-SVN: r32063
parent a0e34aaa
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> 2000-02-18 Geoff Keating <geoffk@cygnus.com>
* invoke.texi (Warning Options): Add an explanation of why * invoke.texi (Warning Options): Add an explanation of why
......
...@@ -125,7 +125,7 @@ _U_Qfgt ...@@ -125,7 +125,7 @@ _U_Qfgt
; Load the additional argument and call the comparison routine. ; Load the additional argument and call the comparison routine.
; ;
bl _U_Qfcmp,%r2 bl _U_Qfcmp,%r2
ldi 23,%r24 ldi 17,%r24
; ;
; The return from _U_Qfcmp is the masked C bit from the FP ; The return from _U_Qfcmp is the masked C bit from the FP
...@@ -162,7 +162,7 @@ _U_Qfge ...@@ -162,7 +162,7 @@ _U_Qfge
; Load the additional argument and call the comparison routine. ; Load the additional argument and call the comparison routine.
; ;
bl _U_Qfcmp,%r2 bl _U_Qfcmp,%r2
ldi 23,%r24 ldi 21,%r24
; ;
; The return from _U_Qfcmp is the masked C bit from the FP ; The return from _U_Qfcmp is the masked C bit from the FP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment