Hi everyone. I hope this is the correct list for this issue: The objdump disassembler has a typo when disassembling the ARMv6 instruction <prefix>asx instruction. objdump disassembles it into: <prefix>addaddx.
This is wrong: <prefix>addsubx would be more correct. (See Bug binutils/6773) And while I'm at it: Is there any reason to use non-standard mnemonics for these instructions? I've did a quick google search and all references of addsubx and addaddx point to binutils or codes disassembled with objdump. The rest of the world including gcc and ARM itself seems to use the more compact sax and asx mnemonics. Cheers, Nils Pipenbrinck _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils