HomeFreeBSD

In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND same

Description

In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND same
as SHT_PROGBITS. This is needed after the clang 3.8 import, which
generates that type for .eh_frame section, which had SHT_PROGBITS type
before.

Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com>
PR: 207729
Tested by: dim (previous version)
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Details

Provenance
kibAuthored on
Parents
rS296418: Convert two llvm source files to native line ending, which was also done
Branches
Unknown
Tags
Unknown