2011/11/8 Steven Penny <[email protected]>: > Is there a way to buld with mingw-w64 without using TLS callbacks? > I would like to compress my executables with UPX, MPRESS, etc but > these do not support TLS callbacks? > > Alternatively if you know a program with will compress win64 binaries > with TLS callback support that would work as well.
Hmm, I thought UPX would support this for TLS-sections, too. Well, you can modify linker-spec file here to put TLS-block into different section. .data should be fine. But mingw-w64 doesn't build without TLS (same as modern mingw.org doesn't too). Regards, Kai ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
