Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Aug 2021 13:45:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257638] lld fails to parse big endian compressed debug sections
Message-ID:  <bug-257638-227-sjTEmscCiS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257638-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257638-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257638

--- Comment #4 from Ed Maste <emaste@freebsd.org> ---
dim merged the fix:

commit d69d07569ee2404705ff4c4abb45dc0b884eeb35
Author: Dimitry Andric <dim@FreeBSD.org>
Date:   Sat Aug 7 13:14:11 2021 +0200

    Apply upstream lld fix for compressed input sections on BE targets

    Merge commit c6ebc651b6fa from llvm git (by Simon Atanasyan):

      [LLD] Support compressed input sections on big-endian targets

      This patch enables compressed input sections on big-endian targets by
      checking the target endianness and selecting an appropriate `Chdr`
      structure.

      Fixes PR51369

      Differential Revision: https://reviews.llvm.org/D107635

    Reported by:    emaste
    MFC after:      3 days

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257638-227-sjTEmscCiS>