From: kazu Date: Fri, 31 Aug 2001 20:13:38 +0000 (+0000) Subject: * config/h8300/h8300.md (*andorhi3): Fix typos. X-Git-Tag: upstream/4.9.2~92285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e905576d429ef4c8669c47c27409ca6175d04bec;p=platform%2Fupstream%2Flinaro-gcc.git * config/h8300/h8300.md (*andorhi3): Fix typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45334 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8caa502..acd4609 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-08-31 Kazu Hirata + + * config/h8300/h8300.md (*andorhi3): Fix typos. + 2001-08-31 Kaveh R. Ghazi * calls.c (emit_library_call_value): Don't use a fixed diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index eb7dc77..02a018b 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1024,9 +1024,9 @@ if (INTVAL (operands[3]) > 128) { operands[3] = GEN_INT (INTVAL (operands[3]) >> 8); - return \"bld\t%V3,%t2\;bst\t%V3,%t0\"; + return \"bld\\t%V3,%t2\;bst\\t%V3,%t0\"; } - return \"bld\t%V3,%s2\;bst\t%V3,%s0\"; + return \"bld\\t%V3,%s2\;bst\\t%V3,%s0\"; }" [(set_attr "length" "4") (set_attr "cc" "clobber")])