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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to