]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/h8300/lib1funcs.asm: Fix comment typos.
authorKazu Hirata <kazu@hxi.com>
Wed, 29 Aug 2001 14:45:35 +0000 (14:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 29 Aug 2001 14:45:35 +0000 (14:45 +0000)
From-SVN: r45259

gcc/ChangeLog
gcc/config/h8300/lib1funcs.asm

index 1f90c73fa3d762a2887e59d7f90e258e0a7555f4..4e15d4493bea572f9e2823e203bb53153222c08b 100644 (file)
@@ -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):
index b05a930d5b476819e46c744430aaff38aeadabec..e0f633e8a6c9e31eeb8a779cd382ab85778d4149 100644 (file)
@@ -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