Commit a4b1eb87 by Giovanni Bajo

* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.

From-SVN: r89408
parent 08e17d9d
2004-10-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
2004-10-21 Zack Weinberg <zack@codesourcery.com>
* dbxout.c: Remove unnecessary #undefs.
......
......@@ -94,7 +94,7 @@ ___umulsidi3:
beq .Ldontadd
add.f r4,r4,r1 ; r += b
adc r3,r3,r2
L dontadd:
Ldontadd:
lsr r0,r0 ; a >>= 1
lsl.f r1,r1 ; b <<= 1
b.d .Lloop
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment