Commit ced327b7 by Ramana Radhakrishnan Committed by Giovanni Bajo

re PR target/18263 ([3.4 only] Build broken for ARC.)

	PR target/18263
	* config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
	equivalent on the A4.

From-SVN: r90105
parent 97ee7627
2004-11-05 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
PR target/18263
* config/arc/lib1funcs.asm (___umulsidi3): Change use of cmp to the
equivalent on the A4.
2004-11-05 Joseph S. Myers <joseph@codesourcery.com> 2004-11-05 Joseph S. Myers <joseph@codesourcery.com>
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi, * doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
......
...@@ -89,7 +89,7 @@ ___umulsidi3: ...@@ -89,7 +89,7 @@ ___umulsidi3:
nop nop
beq.nd .Ldone beq.nd .Ldone
and.f 0,r0,1 ; if (a & 1) and.f 0,r0,1 ; if (a & 1)
cmp r0,0 sub.f 0,r0,0
nop nop
beq .Ldontadd beq .Ldontadd
add.f r4,r4,r1 ; r += b add.f r4,r4,r1 ; r += b
......
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