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

            Bug ID: 36555
           Summary: _GLOBAL_OFFSET_TABLE_ does not point to the beginning
                    of .got.plt
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: r...@google.com
                CC: llvm-bugs@lists.llvm.org

It looks like GNU linkers set _GLOBAL_OFFSET_TABLE_ to the beginning of
.got.plt. ld.lld sets it to the end of .got. I don't remember why we are doing
that. It needs investigating and perhaps need to make lld compatible with GNU.

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