[llvm] r265881 - [MC] support TLSDESC and TLSCALL / GNU2 tls dialect

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 10 21:56:14 PDT 2016


On Sun, Apr 10, 2016 at 7:05 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> I just noticed that MC and GAS disagree on what format to use for the call
>
> MC:
> ff 90 00 00 00 00       callq  *0x0(%rax)
>
> Gas:
> ff 10                   callq  *(%rax)
>
> Looks like MC thinks there is an "actual" relocation that will write a value.
>

I'll take a look tomorrow, it might take a bit because I'm not
familiar with the encoder. BTW, is this a problem in practice?

Cheers,

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-commits mailing list