[LLVMbugs] [Bug 20104] New: ARM Assembler does not support GAS compliant coprocessors register name.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 23 03:31:12 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20104
Bug ID: 20104
Summary: ARM Assembler does not support GAS compliant
coprocessors register name.
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: an.kuharev at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
For example:
ldc p12, cr4, [r0, #4] @ for llvm-mc only c4
stc p14, cr6, [r2, #-224] @ for llvm-mc only c6
This format is used in open source libraries
GAS accepts both form:
ldc p12, cr4, [r0, #4]
ldc p12, c4, [r0, #4]
in all coprocessor related instruction
--
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/20140623/e8eb2496/attachment.html>
More information about the llvm-bugs
mailing list