[LLVMbugs] [Bug 21077] New: R_AARCH64_ABS64 used with TLS symbol

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 26 06:07:43 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21077

            Bug ID: 21077
           Summary: R_AARCH64_ABS64 used with TLS symbol
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: amanieu at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This program fails to link when compiling with debugging info (-g):
__thread int x;
int main(){}

It fails with the following message from the linker:
/usr/bin/aarch64-linux-gnu-ld: /tmp/test2-67df6a.o(.debug_info+0x37):
R_AARCH64_ABS64 used with TLS symbol x

-- 
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/20140926/6ace8a9f/attachment.html>


More information about the llvm-bugs mailing list