-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Recently i've discovered that all dlls i've built are linked to libgcc_s_sjlj-1.dll They import these functions: __udivdi3 __umoddi3
This didn't happen before. What did happen is that libgcc would be a dependency only for libraries/programs that required it (due to EH-related or some other functions that they needed from libgcc). But now everything links to it. Previously, passing -shared-libgcc when linking anything would make that "anything" link to libgcc, unconditinally. Now it seems that this happens even if -shared-libgcc is not specified (although it works that way only for libraries; executables are libgcc-free unless - -shared-libgcc is given; if it is, even executables link to it!). So...what changed? Why is libgcc now mandatory for any library (including empty dlls)? Is that a problem in my toolchain only, or is everyone experiencing it? Is this dependency pulled by libmingwex? That is my suspicion at the moment. - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) iQEcBAEBAgAGBQJSAo7wAAoJEOs4Jb6SI2CwzXsIAKhsp66XecrPWcK3yY96Fyin jLBFJ4vfpqzK8pBhtpJbSELfnxIqi62Tq8Gu+TXy7XsSR7J576vOsOasW2g7Q1uB OpRgW5SdHTY5zpuTKcZXYjrRD3KaUiIDhZk+eq8q7qk2vAZlPunHWLgPDR/7+LJA FpLSK3R591kbBI0XMu0KkOZ9rzcCJzXpv1jxc401/cZc+y5Kvo2KjVQT7GNaiuPl USDd1G8DThwUrWeFQyqZHpRYVQzwEft548DWf+To1GzOj59IQa/V5le3QuTBoOB4 EOJG64YveBs54pEx0GigCJPJKBeBHDs74mgPBhsUYK+KPHIMWjUPoalQdScKBDA= =mSNH -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
