[Mingw-w64-public] _wsa_errnos.h

2012-11-26 Thread Steven Penny
In the file include/psdk_inc/_wsa_errnos.h The last section is "commented out". 1. Is it supposed to be commented out? 2. If yes, why? http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-headers/include/psdk_inc/_wsa_errnos.h?view=markup ---

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 5:26 PM, JonY wrote: > Other win64 exec packers are mentioned at the UPX forum > https://sourceforge.net/projects/upx/forums/forum/6805/topic/1803140 PESpin x64 is a good program, but it does not offer LZMA compression. --

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 4:57 PM, JonY wrote: > So, you were planning to compress 64-bit executables without TLS using > UPX, but it doesn't support it anyway. > > If you are using UPX on 32-bit executables they work. > > I guess you don't really want UPX. Did you have any new information, or did yo

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 12:40 PM, Chris Sutcliffe wrote: > UPX supported TLS callbacks as of 3.06. UPX does not support Windows 64-bit executables. -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net

Re: [Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
On Tue, Nov 8, 2011 at 12:14 PM, Kai Tietz wrote: > you can modify linker-spec file here to put TLS-block into different > section.  .data should be fine. Does that mean using objcopy? Here is example http://www.cygwin.com/ml/cygwin-apps/2010-03/msg00076.html If there is a better way let me know

[Mingw-w64-public] TLS callbacks

2011-11-08 Thread Steven Penny
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. ---