bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26675] 32bit build of dxvk fails with binutils 2.35.1


From: amodra at gmail dot com
Subject: [Bug ld/26675] 32bit build of dxvk fails with binutils 2.35.1
Date: Wed, 21 Oct 2020 04:04:28 +0000

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

--- Comment #21 from Alan Modra <amodra at gmail dot com> ---
HJ, did you look into why this problem is not happening for ELF?

/usr/libexec/gcc/i686-w64-mingw32/ld:
/usr/lib/gcc/i686-w64-mingw32/10.2.0/libstdc++.a(eh_alloc.o):eh_alloc.cc:(.rdata$_ZTSSt9exception[__ZTSSt9exception]+0x0):
multiple definition of `typeinfo name for std::exception';
config_config.cpp.obj (symbol from
plugin):(.gnu.linkonce.t._ZTSSt9exception+0x0): first defined here

I'm guessing the difference between ELF and PE here is that ELF uses a weak
symbol for _ZTSSt9exception while PE uses a strong symbol.

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