* config/h8300/lib1funcs.asm: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 13 Nov 2003 19:46:01 +0000 (19:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 13 Nov 2003 19:46:01 +0000 (19:46 +0000)
From-SVN: r73556

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

index 646a7be8a314b36a42c71d825b8eeb4ce28122c6..e1eccb14c58fc8409725a6917626832f72e0373f 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/lib1funcs.asm: Fix comment typos.
+
 2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/lib1funcs.asm (udivsi3): Don't save/restore
index 5b16ce3074fb4896d40b3ef5f9e9ee9ebd5b0ee0..dd43592679d038518b269a89f8378b55a3bee480 100644 (file)
@@ -522,7 +522,7 @@ reti:
        ; A2/A3 denominator (A1P for H8/300H)
        ; returns A0/A1 quotient (A0P for H8/300H)
        ; S0/S1 remainder (S0P for H8/300H)
-       ; trashes S2
+       ; trashes S2H
 
 #ifdef __H8300__
 
@@ -651,7 +651,7 @@ divmod_L24:
        ;;  er1 contains divisor
        ;;  er2 contains shifted divisor
        ;;  er4 contains dividend, later remainder
-       divxu.w r2,er0          ; e0 now contains the approximate quotient (AQ)
+       divxu.w r2,er0          ; r0 now contains the approximate quotient (AQ)
        extu.l  er0
        beq     divmod_L25
        subs    #1,er0          ; er0 = AQ - 1