aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2000-02-19 03:02:58 +0000
committerJeff Law <law@gcc.gnu.org>2000-02-18 20:02:58 -0700
commitc9604920b54922050a373d470c1faf6b837c8d64 (patch)
treef1108fb1444e4b2c87855b8a1ddb7f971c72ae0c /gcc
parenta0e34aaae4e0f4a7bf1760bb8b62a124b578904f (diff)
downloadgcc-c9604920b54922050a373d470c1faf6b837c8d64.zip
gcc-c9604920b54922050a373d470c1faf6b837c8d64.tar.gz
gcc-c9604920b54922050a373d470c1faf6b837c8d64.tar.bz2
* pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
From-SVN: r32063
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/quadlib.asm4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0c66734..382538e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/pa/quadlib.asm b/gcc/config/pa/quadlib.asm
index 11c0b10..eb65362 100644
--- a/gcc/config/pa/quadlib.asm
+++ b/gcc/config/pa/quadlib.asm
@@ -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