[llvm-bugs] [Bug 27330] New: Gas and MC disagree on TLSCALL

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 12 14:09:48 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27330

            Bug ID: 27330
           Summary: Gas and MC disagree on TLSCALL
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: davide at freebsd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Reported by Rafael: 

>>> 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.

Open a bug so this doesn't get lost.

-- 
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/20160412/ef3ded0f/attachment.html>


More information about the llvm-bugs mailing list