[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/27411] [ARM] Wrong error message when assembler cannot honor wi
From: |
nickc at redhat dot com |
Subject: |
[Bug gas/27411] [ARM] Wrong error message when assembler cannot honor width suffix ("lo register required") |
Date: |
Fri, 26 Feb 2021 16:41:52 +0000 |
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.