This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
GCC-4.8.0 lto plugin depends from old libgcc
- From: Алексей Павлов <alexpux at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 29 Mar 2013 13:14:29 +0400
- Subject: GCC-4.8.0 lto plugin depends from old libgcc
Hi!
When building MinGW-w64 toolchains with GCC-4.8.0 toolchain under
windows I have liblto_plugin-0.dll depended on old libgcc_s*.dll.
For example:
1. I have GCC-4.8.0 SJLJ multilib toolchain.
2. I need build GCC-4.8.0 DWARF toolchain.
3. After building DWARF toolchain has liblto_plugin-0.dll depended
fron libgcc_s_sjlj-1.dll. DependsWalker show that liblto_plugin-0.dll
need __udivdi3 and __umoddi3 functions from libgcc*.dll
If I build new toolchain with earlier GCC (<=4.7.2)
liblto_plugin-0.dll doesn't depends from any libgcc*.dll.
Is it bug in new gcc-4.8.0?
Best regards,
Alexey.