https://sourceware.org/bugzilla/show_bug.cgi?id=27411
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton <nickc at redhat dot com> --- Hi Wojciech, Thanks for reporting this bug. The reason for the original error message is that the "add.n rN,#8" instruction is valid if rN is the stack pointer or pc, whereas "lsl.n sp, #8" is still invalid. Nevertheless I agree that the message is confusing and that using the same message as for lsl would be better, so I have checked in a small patch to do this, and to add a new test to the assembler testsuite. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.