]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/h8300/h8300.md (*andorhi3): Fix typos.
authorKazu Hirata <kazu@hxi.com>
Fri, 31 Aug 2001 20:13:38 +0000 (20:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 31 Aug 2001 20:13:38 +0000 (20:13 +0000)
From-SVN: r45334

gcc/ChangeLog
gcc/config/h8300/h8300.md

index 8caa502347372c58a4b98769fd232b368a78e6ee..acd4609dd5db6c373c97e0d141072cabe17f577c 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-31  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.md (*andorhi3): Fix typos.
+
 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * calls.c (emit_library_call_value): Don't use a fixed
index eb7dc775c71c71b15204de8e0e6e4d6f586d96bc..02a018b635c789e774f561e54294a13a819c2f6b 100644 (file)
   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")])