From: Geoffrey Keating Date: Sat, 26 May 2001 01:08:13 +0000 (+0000) Subject: dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only... X-Git-Tag: prereleases/libstdc++-3.0.95~4178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d365ba4289885896ecfdd8122738513f79ca843b;p=thirdparty%2Fgcc.git dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only for variable-size records. * dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only for variable-size records. From-SVN: r42612 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0357fc24dfd7..e3dada18b9f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Geoffrey Keating + + * config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4. + 2001-05-25 Rainer Orth * i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index dd22359a8d5f..5be801da94b0 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4879,7 +4879,7 @@ (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"