[LLVMbugs] [Bug 17350] New: powerpc integrated-as doesn't handle fctid instruction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Sep 24 17:28:03 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17350
Bug ID: 17350
Summary: powerpc integrated-as doesn't handle fctid instruction
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
As of r191105, we don't support the fctid instruction:
$ echo 'fctid 24,24' | llvm-mc -assemble -arch ppc64
.text
<stdin>:1:1: error: unrecognized instruction mnemonic
fctid 24,24
^
fctid shows up in openssl's "ppc64-mont.s".
--
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/20130925/6170d594/attachment.html>
More information about the llvm-bugs
mailing list