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: unassignedb...@nondot.org
          Reporter: dav...@freebsd.org
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to