On 20/04/11 16:27, Andrew Stubbs wrote:
(*arm_subsi3_insn): Add subw support.
Oh, I should probably say that I've added subw support to arm_subsi3 even though it's not obvious that anything will ever use this.
The existing implementation of arm_subsi3 (sans 'w') supports immediates, so I added subw to match.
If there are any objections, I expect I can remove that hunk of the patch. Andrew