bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/24123] incremental_copy_test failure when building with gcc-9


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gold/24123] incremental_copy_test failure when building with gcc-9
Date: Sun, 13 Dec 2020 23:29:37 +0000

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

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

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

commit f12650bff1a591357c26e0ef6d7be0323f76fdb8
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Sun Dec 13 15:19:41 2020 -0800

    Fix incremental linking with rodata merge sections.

    When processing the incremental update, incoming .rodata merge sections
    do not match the corresponding section in the base file, because the
    SHF_MERGE flag had not been masked out of the latter.

    gold/
            PR gold/24123
            * layout.cc (Layout::init_fixed_output_section): Mask out flags
that
            should be ignored when matching sections.

-- 
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]