Displaying 2 results from an estimated 2 matches for "relocationator".
2011 Jan 10
2
[LLVMdev] ARM/MC/ELF Support for pcrel movw/movt coming soon
-llvmcommits
On Mon, Jan 10, 2011 at 3:21 PM, Renato Golin <renato.golin at arm.com> wrote:
> Btw, I know this is for ELF printing, but can the same infrastructure
> you're using to print the hi/lo be used to print relocation in Asm
> output? Or is this a completely separate subject?
Hi Renato,
If I am understanding you correctly, then the answer is no, because .s
output
2011 Jan 11
0
[LLVMdev] ARM/MC/ELF Support for pcrel movw/movt coming soon
...ed to
> generate sequences like below
>
> foo:
> movw r0, :lower16:bar-foo
> movt r0, :upper16:bar-foo
>
> The subtraction implies that the value bar-foo is implicitly
> pc-relative (at least according to GNU as).
That was the other part of my question: will your new
MC-relocationator also print the current ASM relocations? ;)
cheers,
--renato