https://sourceware.org/bugzilla/show_bug.cgi?id=15348
--- Comment #2 from eleventen at gmail dot com --- (In reply to DeepaB from comment #1) > "lsls" is equivalent UAL syntax for "lsl" thumb instruction."lsls" > instruction works if directive ".syntax unified" is specified. Indeed, the fragment below compiles and assembles properly on the Cortex-M0. void test () { __asm volatile (".syntax unified\n\t" "lsls r0, #1\n\t" ".syntax divided"); } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils