Re: [Mingw-w64-public] [PATCH] Don't use __stdcall on ARM

2014-05-06 Thread Kai Tietz
Yes, magic wording here is that compiler accepts it and ignores it. So it means not in headers. Cheers Kai Am 07.05.2014 00:51 schrieb "Yaakov (Cygwin/X)" < yselkow...@users.sourceforge.net>: > On 2014-05-06 16:37, Kai Tietz wrote: > > 2014-05-06 21:15 GMT+02:00 André Hentschel: > >> Am 06.05.201

Re: [Mingw-w64-public] [PATCH] Don't use __stdcall on ARM

2014-05-06 Thread Yaakov (Cygwin/X)
On 2014-05-06 16:37, Kai Tietz wrote: > 2014-05-06 21:15 GMT+02:00 André Hentschel: >> Am 06.05.2014 21:01, schrieb Yaakov (Cygwin/X): >>> On 2014-05-05 16:32, André Hentschel wrote: Am 05.05.2014 23:29, schrieb André Hentschel: > Please review, i'll commit it. Again the right pa

Re: [Mingw-w64-public] [PATCH] Various header fixes for ARM

2014-05-06 Thread Kai Tietz
2014-05-06 23:40 GMT+02:00 André Hentschel : > Please review, i'll split it up and commit it. Patch is ok. Intrin.h will be a more interesting header for ARM ... all those intrinsics Thanks, Kai -- Is your legacy SCM sy

[Mingw-w64-public] [PATCH] Various header fixes for ARM

2014-05-06 Thread André Hentschel
Please review, i'll split it up and commit it. Index: mingw-w64-headers/crt/setjmp.h === --- mingw-w64-headers/crt/setjmp.h (Revision 6610) +++ mingw-w64-headers/crt/setjmp.h (Arbeitskopie) @@ -141,6 +141,27 @@ SETJMP_FLOAT128 Xm

Re: [Mingw-w64-public] [PATCH] Don't use __stdcall on ARM

2014-05-06 Thread Kai Tietz
2014-05-06 21:15 GMT+02:00 André Hentschel : > Am 06.05.2014 21:01, schrieb Yaakov (Cygwin/X): >> On 2014-05-05 16:32, André Hentschel wrote: >>> Am 05.05.2014 23:29, schrieb André Hentschel: Please review, i'll commit it. >>> >>> Again the right patch attached now, it's getting late, sorry. >

Re: [Mingw-w64-public] [PATCH] Don't use __stdcall on ARM

2014-05-06 Thread André Hentschel
Am 06.05.2014 21:01, schrieb Yaakov (Cygwin/X): > On 2014-05-05 16:32, André Hentschel wrote: >> Am 05.05.2014 23:29, schrieb André Hentschel: >>> Please review, i'll commit it. >> >> Again the right patch attached now, it's getting late, sorry. > > Since stdcall isn't used on x64 either, wouldn't

Re: [Mingw-w64-public] [PATCH] Don't use __stdcall on ARM

2014-05-06 Thread Yaakov (Cygwin/X)
On 2014-05-05 16:32, André Hentschel wrote: > Am 05.05.2014 23:29, schrieb André Hentschel: >> Please review, i'll commit it. > > Again the right patch attached now, it's getting late, sorry. Since stdcall isn't used on x64 either, wouldn't it make more sense to just do the following in _mingw.h:

Re: [Mingw-w64-public] [Project News | New Builds]

2014-05-06 Thread niXman
niXman 2014-05-06 19:18: > I hope that someone from the project administrators, will place the > link > to installer on the green button on the main page of the project. ping? -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for

[Mingw-w64-public] [Project News | New Builds]

2014-05-06 Thread niXman
Hi, Just now I uploaded new builds based on GCC-4.8.2. - MinGW-w64 updated to rev. 6606 Links: 32-bit: posix-sjlj: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/sjlj/i686-4.8.2-release-posix-sjlj-rt_v3-re

Re: [Mingw-w64-public] [PATCH] Update OpenGL headers

2014-05-06 Thread Kai Tietz
2014-05-06 15:33 GMT+02:00 LRN : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06.05.2014 17:26, Kai Tietz wrote: >> 2014-05-06 15:01 GMT+02:00 LRN: >>> >>> subj is attached >> >> Patch is of course ok. I just wanted a note on mailing-list that you've >> update to current (which version

Re: [Mingw-w64-public] [PATCH] Update OpenGL headers

2014-05-06 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06.05.2014 17:26, Kai Tietz wrote: > 2014-05-06 15:01 GMT+02:00 LRN: >> >> subj is attached > > Patch is of course ok. I just wanted a note on mailing-list that you've > update to current (which version?). OpenGL 4.4, i think. In my RSS feed the

Re: [Mingw-w64-public] [PATCH] Update OpenGL headers

2014-05-06 Thread niXman
LRN 2014-05-06 17:01: > subj is attached Hi, Why 'GLvoid' changed to 'void' ? -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingw-w64/ __

Re: [Mingw-w64-public] [PATCH] Update OpenGL headers

2014-05-06 Thread Kai Tietz
2014-05-06 15:01 GMT+02:00 LRN : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > subj is attached Patch is of course ok. I just wanted a note on mailing-list that you've update to current (which version?). I think in future this is enough for an merge from upstream. Thanks, Kai -