From: rsandifo Date: Fri, 19 Jan 2007 13:39:35 +0000 (+0000) Subject: gcc/ X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=a77fcdb539a9d7a3ddcf42bfd9a433dbaf1e1a05 gcc/ * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt) (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev) (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change condition from TARGET_68881 to TARGET_HARD_FLOAT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120960 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee405910c19..ba4a8b5ead5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-01-19 Richard Sandiford + + * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt) + (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev) + (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change + condition from TARGET_68881 to TARGET_HARD_FLOAT. + 2007-01-19 Sandra Loosemore * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index b3e72e78a40..4d92e180111 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -5900,7 +5900,7 @@ (if_then_else (ordered (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbor %l0" : "fjor %l0"; @@ -5911,7 +5911,7 @@ (if_then_else (unordered (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbun %l0" : "fjun %l0"; @@ -5922,7 +5922,7 @@ (if_then_else (uneq (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbueq %l0" : "fjueq %l0"; @@ -5933,7 +5933,7 @@ (if_then_else (unge (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbuge %l0" : "fjuge %l0"; @@ -5944,7 +5944,7 @@ (if_then_else (ungt (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbugt %l0" : "fjugt %l0"; @@ -5955,7 +5955,7 @@ (if_then_else (unle (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbule %l0" : "fjule %l0"; @@ -5966,7 +5966,7 @@ (if_then_else (unlt (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbult %l0" : "fjult %l0"; @@ -5977,7 +5977,7 @@ (if_then_else (ltgt (cc0) (const_int 0)) (label_ref (match_operand 0 "" "")) (pc)))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbogl %l0" : "fjogl %l0"; @@ -6118,7 +6118,7 @@ (if_then_else (ordered (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbun %l0" : "fjun %l0"; @@ -6129,7 +6129,7 @@ (if_then_else (unordered (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbor %l0" : "fjor %l0"; @@ -6140,7 +6140,7 @@ (if_then_else (uneq (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbogl %l0" : "fjogl %l0"; @@ -6151,7 +6151,7 @@ (if_then_else (unge (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbolt %l0" : "fjolt %l0"; @@ -6162,7 +6162,7 @@ (if_then_else (ungt (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbole %l0" : "fjole %l0"; @@ -6173,7 +6173,7 @@ (if_then_else (unle (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbogt %l0" : "fjogt %l0"; @@ -6184,7 +6184,7 @@ (if_then_else (unlt (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fboge %l0" : "fjoge %l0"; @@ -6195,7 +6195,7 @@ (if_then_else (ltgt (cc0) (const_int 0)) (pc) (label_ref (match_operand 0 "" ""))))] - "TARGET_68881" + "TARGET_HARD_FLOAT" { gcc_assert (cc_prev_status.flags & CC_IN_68881); return MOTOROLA ? "fbueq %l0" : "fjueq %l0";