search for: f4cfbcd4

Displaying 2 results from an estimated 2 matches for "f4cfbcd4".

2013 Sep 23
0
[LLVMdev] LLVM ERROR: expected relocatable expression
...uestion requires *negating* the address of a variable. I could be wrong, but I'm pretty sure there isn't any way to represent that in ELF. -Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130922/f4cfbcd4/attachment.html>
2013 Sep 23
2
[LLVMdev] LLVM ERROR: expected relocatable expression
Hi Eli, Slightly changed the example :- .section somedata .Ltmpa: .word 100 .Ltmpb: .word 60 .Ltmpc: .word 40 .Ltmpd: .word (.Ltmpa-.Ltmpb)-.Ltmpc The GNU assembler properly handles the above. $as -c x.s -o x.o $readelf -x 4 x.o Hex dump of section 'somedata': NOTE: This section has relocations against it, but these have NOT been applied to this dump. 0x00000000 64003c00