From: Jim Wilson Date: Wed, 27 Aug 1997 18:54:11 +0000 (+0000) Subject: Fix newlib coldfire build failure. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67f68fd265af43b2ebeb3d478f71da0389763a98;p=gcc.git Fix newlib coldfire build failure. * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in last change. From-SVN: r14969 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d422316d20..6c84a013448 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 11:52:58 1997 Jim Wilson + + * m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in + last change. + Wed Aug 27 01:56:18 1997 Doug Evans * loop.c (combine_movables): Earlier insns don't match later ones. diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 0d31de26bf7..456b2778463 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -3675,7 +3675,7 @@ [(set (match_operand:SI 0 "general_operand" "=m,d") (ior:SI (match_operand:SI 1 "general_operand" "%0,0") (match_operand:SI 2 "general_operand" "dKs,dmMs")))] - "" + "! TARGET_5200" "* { return output_iorsi3 (operands);