From 8488b3656f4ae26a6d201f28641b1614f70d87a0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 19 Feb 2001 01:42:18 +0000 Subject: [PATCH] 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 --- gcc/config/h8300/h8300.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]) -- 2.30.2