Thumb32 assembler (58/69)
Paul Brook
paul@codesourcery.com
Tue Apr 26 16:34:00 GMT 2005
On Tuesday 26 April 2005 11:01, Zack Weinberg wrote:
> More ARM/Thumb syntax compatibility: teach the ARM encoders to handle
> an omitted second oprand, and adjust the way three-operand Thumb MUL
> works (it's the third, not the second, operand that needs to equal the
> first).
Unfortunately gcc (incorrectly) outputs the three argument form
mul rd, rd, rm
I'll fix gcc, but I guess we want to support this for backwards compatibility.
Paul
More information about the Binutils
mailing list