[llvm-bugs] [Bug 36555] New: _GLOBAL_OFFSET_TABLE_ does not point to the beginning of .got.plt
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 28 18:14:23 PST 2018
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: unassignedbugs at nondot.org
Reporter: ruiu at google.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180301/19a47e07/attachment.html>
More information about the llvm-bugs
mailing list