bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26198] Failure to merge read only data of machine code object fi


From: markus.boeck02 at gmail dot com
Subject: [Bug ld/26198] Failure to merge read only data of machine code object file and LTO object file on MinGW
Date: Fri, 10 Jul 2020 15:24:59 +0000

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

--- Comment #2 from Markus Böck <markus.boeck02 at gmail dot com> ---
I posted a patch on the mailing list that should resolve this issue. The
problem was how comdat between a native object and a LTO object was handled.
When the LTO object was linked first and had a symbol in its gnu.linkonce
section it correctly merged it with the comdat of the same symbol from a native
object file. Yet when the LTO symbol was linked second it did not.

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