bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/28682] GCC can no longer catch EH on windows


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/28682] GCC can no longer catch EH on windows
Date: Fri, 31 Dec 2021 11:43:35 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28682

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Tamar Christina
<tnfchris@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e5b10c4079279db9aa86225a3b4b4c30280c322e

commit e5b10c4079279db9aa86225a3b4b4c30280c322e
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Fri Dec 31 11:42:07 2021 +0000

    ld: fix coff PE SEH

    COFF_WITH_pex64 and COFF_WITH_peAArch64 can't be true at the same time.
    That means that two conditionals that control the sorting of the .pdata
section
    became a falsum.

    The testsuite doesn't catch this because the linker does the sorting and to
link
    you require library support from the unwinder so we can't test from
binutils in
    isolation.

    bfd/ChangeLog:

    2021-12-31  Tamar Christina  <tamar.christina@arm.com>

            PR ld/28682
            * peXXigen.c: Fix conditional.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]