diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-16 21:06:31 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-16 21:06:31 +0000 |
| commit | 86af1182dc139d17fdbdd9550e255b4076fc1999 (patch) | |
| tree | e6805f6546a875f188ecb0b8c888535252bd6947 | |
| parent | eafbc061e92b10cb7f274c6edc2680dcaba425df (diff) | |
| download | ppe42-gcc-86af1182dc139d17fdbdd9550e255b4076fc1999.tar.gz ppe42-gcc-86af1182dc139d17fdbdd9550e255b4076fc1999.zip | |
* config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
spaces after an opcode name.
(pushqi1_h8300hs): Likewise.
(pushhi1_h8300hs): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48927 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/config/h8300/h8300.md | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f20fe17524..cc8f8f6d789 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ 2002-01-16 Kazu Hirata <kazu@hxi.com> + * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of + spaces after an opcode name. + (pushqi1_h8300hs): Likewise. + (pushhi1_h8300hs): Likewise. + +2002-01-16 Kazu Hirata <kazu@hxi.com> + * doc/extend.texi: Replace "option" with "attribute" appropriately. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index b3aeb60c87b..e2b80c429ca 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -113,7 +113,7 @@ (set (mem:QI (plus:HI (reg:HI 7) (const_int -1))) (match_operand:QI 0 "register_operand" "r"))])] "TARGET_H8300" - "mov.w %T0,@-r7" + "mov.w\\t%T0,@-r7" [(set_attr "length" "2") (set_attr "cc" "clobber")]) @@ -123,7 +123,7 @@ (set (mem:QI (plus:SI (reg:SI 7) (const_int -3))) (match_operand:QI 0 "register_operand" "r"))])] "TARGET_H8300H || TARGET_H8300S" - "mov.l %S0,@-er7" + "mov.l\\t%S0,@-er7" [(set_attr "length" "4") (set_attr "cc" "clobber")]) @@ -213,7 +213,7 @@ (set (mem:HI (plus:SI (reg:SI 7) (const_int -2))) (match_operand:HI 0 "register_operand" "r"))])] "TARGET_H8300H || TARGET_H8300S" - "mov.l %S0,@-er7" + "mov.l\\t%S0,@-er7" [(set_attr "length" "4") (set_attr "cc" "clobber")]) |

