aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-03-25 15:15:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-03-25 15:15:42 +0000
commit273c32449732323091c2e007744c31120205a2fd (patch)
treebbc9cf4115d035cc2d69d4c97839d075948fde42 /gcc
parentd2a2648c793c906d6218d5498fdf38f4f2556884 (diff)
downloadgcc-273c32449732323091c2e007744c31120205a2fd.zip
gcc-273c32449732323091c2e007744c31120205a2fd.tar.gz
gcc-273c32449732323091c2e007744c31120205a2fd.tar.bz2
h8300.md (umodqi3): Output a tab instead of a space.
2001-03-25 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.md (umodqi3): Output a tab instead of a space. (modqi3): Likewise. (umodhi3): Likewise. (modhi3): Likewise. From-SVN: r40830
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/h8300/h8300.md8
2 files changed, 12 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 975e93b..c484664 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2001-03-25 Kazu Hirata <kazu@hxi.com>
+
+ * config/h8300/h8300.md (umodqi3): Output a tab instead of a
+ space.
+ (modqi3): Likewise.
+ (umodhi3): Likewise.
+ (modhi3): Likewise.
+
2001-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mkconfig.sh (DEFINES): Handle entries with '='.
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 6daa400..2ea2463 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -898,7 +898,7 @@
(match_operand:HI 1 "general_operand" "0")
(zero_extend:HI (match_operand:QI 2 "register_operand" "r")))))]
""
- "divxu %X2,%T0\;mov %t0,%s0"
+ "divxu %X2,%T0\;mov %t0,%s0"
[(set_attr "length" "4")
(set_attr "cc" "clobber")])
@@ -909,7 +909,7 @@
(match_operand:HI 1 "general_operand" "0")
(sign_extend:HI (match_operand:QI 2 "register_operand" "r")))))]
"TARGET_H8300H || TARGET_H8300S"
- "divxs.b %X2,%T0\;mov %t0,%s0"
+ "divxs.b %X2,%T0\;mov %t0,%s0"
[(set_attr "length" "6")
(set_attr "cc" "clobber")])
@@ -920,7 +920,7 @@
(match_operand:SI 1 "general_operand" "0")
(zero_extend:SI (match_operand:HI 2 "register_operand" "r")))))]
"TARGET_H8300H || TARGET_H8300S"
- "divxu.w %T2,%S0\;mov %e0,%f0"
+ "divxu.w %T2,%S0\;mov %e0,%f0"
[(set_attr "length" "4")
(set_attr "cc" "clobber")])
@@ -931,7 +931,7 @@
(match_operand:SI 1 "general_operand" "0")
(sign_extend:SI (match_operand:HI 2 "register_operand" "r")))))]
"TARGET_H8300H || TARGET_H8300S"
- "divxs.w %T2,%S0\;mov %e0,%f0"
+ "divxs.w %T2,%S0\;mov %e0,%f0"
[(set_attr "length" "6")
(set_attr "cc" "clobber")])