This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] h8300/lib1funcs.asm: Fix comment typos.


Hi,

Attached is a patch to fix comment typos.  Committed as obvious.

Kazu Hirata

2003-11-13  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/lib1funcs.asm: Fix comment typos.

Index: lib1funcs.asm
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/lib1funcs.asm,v
retrieving revision 1.22
diff -u -r1.22 lib1funcs.asm
--- lib1funcs.asm	13 Nov 2003 19:42:03 -0000	1.22
+++ lib1funcs.asm	13 Nov 2003 19:44:02 -0000
@@ -522,7 +522,7 @@
 	; 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 @@
 	;;  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]