* dbxout.c (dbxout_symbol): Invert previous patch, which was
outputting a tag only for variable-size records.
From-SVN: r42612
+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.
(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"