From: Kazu Hirata Date: Mon, 19 Feb 2001 01:42:18 +0000 (+0000) Subject: h8300.md: Do not output an extra newline character. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8488b3656f4ae26a6d201f28641b1614f70d87a0;p=gcc.git h8300.md: Do not output an extra newline character. 2001-02-18 Kazu Hirata * config/h8300/h8300.md: Do not output an extra newline character. From-SVN: r39866 --- diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 661f5a8aaa5..52d7decdfa3 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1034,7 +1034,7 @@ } if (TARGET_H8300H || TARGET_H8300S) return \"and.l %S2,%S0\"; - return \"and %w2,%w0\;and %x2,%x0\;and %y2,%y0\;and %z2,%z0\;\"; + return \"and %w2,%w0\;and %x2,%x0\;and %y2,%y0\;and %z2,%z0\"; }" [(set_attr "length" "8") (set_attr "cc" "clobber")])