Comment 2 for bug 709283

Revision history for this message
Ramana Radhakrishnan (ramana) wrote :

A recent Linaro GCC 4.6 generates

foolong:
        @ args = 0, pretend = 0, frame = 0
        @ frame_needed = 0, uses_anonymous_args = 0
        @ link register save eliminated.
        ldrh r2, [r2, #0]
        ldrh r3, [r3, #0]
        smlalbb r0, r1, r2, r3
        bx lr

I think this should be marked fixed as a result of the multiplication improvements that Andrew did

Ramana