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
This commit is contained in:
parent
97ee7627a9
commit
ced327b777
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
|
||||
|
@ -89,7 +89,7 @@ ___umulsidi3:
|
||||
nop
|
||||
beq.nd .Ldone
|
||||
and.f 0,r0,1 ; if (a & 1)
|
||||
cmp r0,0
|
||||
sub.f 0,r0,0
|
||||
nop
|
||||
beq .Ldontadd
|
||||
add.f r4,r4,r1 ; r += b
|
||||
|
Loading…
Reference in New Issue
Block a user