[llvm-bugs] [Bug 18019] ARM integrated assembler generates incorrect nop opcode when switching from arm to thumb mode
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Sep 24 10:27:21 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=18019
Florian Hahn <Florian.Hahn at arm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Florian.Hahn at arm.com
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Florian Hahn <Florian.Hahn at arm.com> ---
llvm-mc from the current master produces thumb nops for the example:
t.o: file format ELF32-arm-little
Disassembly of section .text:
foo:
0: 00 44 add r0, r0
2: 00 bf nop
4: 00 bf nop
6: 00 bf nop
8: 00 44 add r0, r0
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170924/c1e1159b/attachment.html>
More information about the llvm-bugs
mailing list