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 <ccout...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f12650bff1a591357c26e0ef6d7be0323f76fdb8 commit f12650bff1a591357c26e0ef6d7be0323f76fdb8 Author: Cary Coutant <ccout...@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.