dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only...
authorGeoffrey Keating <geoffk@redhat.com>
Sat, 26 May 2001 01:08:13 +0000 (01:08 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 26 May 2001 01:08:13 +0000 (01:08 +0000)
* dbxout.c (dbxout_symbol): Invert previous patch, which was
outputting a tag only for variable-size records.

From-SVN: r42612

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 0357fc24dfd7e213d4495c83ffcd3f7d1e1c4f1e..e3dada18b9f2683c4aa1928e5159fbe47fcc2de2 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-25  Geoffrey Keating  <geoffk@redhat.com>
+
+       * config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4.
+
 2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.
index dd22359a8d5f9bbd820594a1056941f469dd7c1d..5be801da94b001f991de1699cf2cd66440de3da7 100644 (file)
 (define_insn "*fseldfsf4"
   [(set (match_operand:SF 0 "gpc_reg_operand" "=f")
        (if_then_else:SF (ge (match_operand:DF 1 "gpc_reg_operand" "f")
-                            (match_operand:SF 4 "zero_fp_constant" "F"))
+                            (match_operand:DF 4 "zero_fp_constant" "F"))
                         (match_operand:SF 2 "gpc_reg_operand" "f")
                         (match_operand:SF 3 "gpc_reg_operand" "f")))]
   "TARGET_PPC_GFXOPT && TARGET_HARD_FLOAT"