Re: Assembler incorrectly rejects valid ARM/thumb code
Hi Torbjorn, .syntax unified .thumb .text ital subal r3, r3, #1 This is valid code. But gas 2.23.2 complains: Please could you try out the attached patch and let me know if it works for you. Cheers Nick Index: gas/config/tc-arm.
Assembler incorrectly rejects valid ARM/thumb code
Test case: .syntax unified .thumb .text ital subal r3, r3, #1 This is valid code. But gas 2.23.2 complains: gas/as-new ~/x.s /home/tege/x.s: Assembler messages: /home/tege/x.s:5: Error: instruction not allowed in IT block -- `subal r3,r3,#1'