aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-08-29 14:45:35 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-08-29 14:45:35 +0000
commit45a4bc1dc5a87d97635627568444a71525e711f1 (patch)
tree929f67faaf0d7f045bc172d175ccdbe5cda0e6b4
parentc3d03e3a07d8d2a3c61cc2ed29048a24e05a9553 (diff)
downloadgcc-45a4bc1dc5a87d97635627568444a71525e711f1.zip
gcc-45a4bc1dc5a87d97635627568444a71525e711f1.tar.gz
gcc-45a4bc1dc5a87d97635627568444a71525e711f1.tar.bz2
* config/h8300/lib1funcs.asm: Fix comment typos.
From-SVN: r45259
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/lib1funcs.asm4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1f90c73..4e15d44 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-29 Kazu Hirata <kazu@hxi.com>
+
+ * config/h8300/lib1funcs.asm: Fix comment typos.
+
2001-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
diff --git a/gcc/config/h8300/lib1funcs.asm b/gcc/config/h8300/lib1funcs.asm
index b05a930..e0f633e 100644
--- a/gcc/config/h8300/lib1funcs.asm
+++ b/gcc/config/h8300/lib1funcs.asm
@@ -251,7 +251,7 @@ ___umodhi3:
; q low 8 bits of quot
; P preserve
-; The h8 only has a 16/8 bit divide, so we look at the incoming and
+; The H8/300 only has a 16/8 bit divide, so we look at the incoming and
; see how to partition up the expression.
.global ___udivhi3
@@ -634,7 +634,7 @@ setone:
#ifdef L_mulhi3
;; HImode multiply.
-; The h8 only has an 8*8->16 multiply.
+; The H8/300 only has an 8*8->16 multiply.
; The answer is the same as:
;
; product = (srca.l * srcb.l) + ((srca.h * srcb.l) + (srcb.h * srca.l)) * 256