[Mingw-w64-public] Windows Phone

2014-08-18 Thread Ruben De Smet
Hi mingw-w64 list and especially André Hentschel, (CC: a teammember of mine) I decided to mail this directly to mr Hentschel too, as I was told you were the one working on these kind of problems. We're developing a library that's compiling fine for Windows x86 and x86_64, Linux and Android, all

Re: [Mingw-w64-public] [RFC] long double implementations

2014-08-18 Thread Kai Tietz
Hello André, yes, it is fine to have for now 'long double' implemented in softfloat just for ARM, and treat it equivalent to 'double'. Long term we should providea an implementation at least for x64 ieee745 too. Thanks, Kai 2014-08-15 16:26 GMT+02:00 André Hentschel n...@dawncrow.de: Hi, To

[Mingw-w64-public] Problem with windres.exe

2014-08-18 Thread Baruch Burstein
Hi all, Is this the right place for windres issues? If so, can someone explain to me why windres seems to parse #included .c files differently than #included .h files? Specifically, the line: typedef unsigned long ulong; gets parsed fine (i.e. ignored) if it is in a .h file that is included in

Re: [Mingw-w64-public] Problem with windres.exe

2014-08-18 Thread Baruch Burstein
On Mon, Aug 18, 2014 at 5:44 PM, Baruch Burstein bmburst...@gmail.com wrote: Hi all, Is this the right place for windres issues? If so, can someone explain to me why windres seems to parse #included .c files differently than #included .h files? Never mind. I finally found this in the code.

[Mingw-w64-public] [PATCH] Add some long double functions for ARM

2014-08-18 Thread André Hentschel
Please review, i'll commit it, just need an OK. (these are the rather easy ones, it mostly looks like the RFC i sent some days ago) softmath.patch.gz Description: application/gzip --