projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55de49e
)
h8300.md: Do not output an extra newline character.
author
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 19 Feb 2001 01:42:18 +0000
(
01:42
+0000)
committer
Kazu Hirata
<kazu@gcc.gnu.org>
Mon, 19 Feb 2001 01:42:18 +0000
(
01:42
+0000)
2001-02-18 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Do not output an extra newline character.
From-SVN: r39866
gcc/config/h8300/h8300.md
patch
|
blob
|
history
diff --git
a/gcc/config/h8300/h8300.md
b/gcc/config/h8300/h8300.md
index 661f5a8aaa5d5f31eaf21a7175c1e02cf67e690e..52d7decdfa30bfd216a6cd15adb01b2e6e2c575a 100644
(file)
--- 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")])