summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 01:42:18 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-19 01:42:18 +0000
commitb0bd68e2383dee176b7b73005d007b208ecd3033 (patch)
tree96e5b56dc08b888d78c0d55cd674780503f883eb /gcc/config
parenta7f656f03d09b7e87a8e88506220fef32c6ac8bd (diff)
downloadgcc-b0bd68e2383dee176b7b73005d007b208ecd3033.tar.gz
2001-02-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Do not output an extra newline character. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39866 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/h8300/h8300.md2
1 files changed, 1 insertions, 1 deletions
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")])