Re: [Mingw-w64-public] [PATCH] crt: Don't provide __chkstk in kernel32.def on arm64

2018-04-11 Thread JonY via Mingw-w64-public
On 04/10/2018 07:40 PM, Martin Storsjö wrote: > This function doesn't exist in kernel32.dll on arm64, only on > arm32. Patch OK. signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech

[Mingw-w64-public] [PATCH] headers: Define IMAGE_FILE_MACHINE_ARM64

2018-04-11 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/include/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h index 878cdc3..45718c3 100644 --- a/mingw-w64-headers/include/winnt.h +++

Re: [Mingw-w64-public] [PATCH] headers: Define IMAGE_FILE_MACHINE_ARM64

2018-04-11 Thread JonY via Mingw-w64-public
On 04/11/2018 09:30 PM, Martin Storsjö wrote: > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/include/winnt.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/mingw-w64-headers/include/winnt.h > b/mingw-w64-headers/include/winnt.h > index 878cdc3..45718c3

Re: [Mingw-w64-public] [PATCH] crt: Don't provide __chkstk in kernel32.def on arm64

2018-04-11 Thread Martin Storsjö
On Wed, 11 Apr 2018, JonY via Mingw-w64-public wrote: On 04/10/2018 07:40 PM, Martin Storsjö wrote: This function doesn't exist in kernel32.dll on arm64, only on arm32. Patch OK. Thanks, pushed. // Martin -- Check