Displaying 3 results from an estimated 3 matches for "9e157370".
2013 Mar 05
0
[LLVMdev] ARM assembler's syntax in clang
Hi, all. The previous post have a typo:
problem in ARM assembly: I use LDR to load an external symbol :
LDR R7,=DataTable
But clang gives error: unexpected token in operand to the '=',
Then I change the code to:
LDR R7,DataTable
The error becomes: unsupported relocation on symbol. How can I get around
this in clang? My problem is actually how to load external symbol in
2013 Mar 04
2
[LLVMdev] ARM assembler's syntax in clang
Hi, all. Another problem in ARM assembly: I use LDR to load an external
symbol :
LDR R7,=DataTable
But clang gives error: unexpected token in operand to the '=',
Then I change the code to:
LDR R7,=DataTable
The error becomes: unsupported relocation on symbol. How can I get around
this in clang?
Thanks in advance!
On Mon, Feb 25, 2013 at 7:14 PM, Ashi <ashi08104 at
2013 Mar 06
3
[LLVMdev] ARM assembler's syntax in clang
...ng source code, I think it may also help me by looking the source code(I've tried 'grep', but with no success.)
Great Thanks!
ashi
ashi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130306/9e157370/attachment.html>