[llvm-bugs] [Bug 32367] New: LLD logic for defining __ehdr_start symbol doesn't match the existing linkers
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 21 19:02:38 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32367
Bug ID: 32367
Summary: LLD logic for defining __ehdr_start symbol doesn't
match the existing linkers
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: phosek at chromium.org
CC: llvm-bugs at lists.llvm.org
Both GNU linkers define __ehdr_start whenever there is a readable PT_LOAD
segment with (p_offset & -p_align) == 0. LLD on the hand only defines
__ehdr_start if there is no SECTIONS command in the default linker script.
--
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/20170322/78d6a76c/attachment-0001.html>
More information about the llvm-bugs
mailing list