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 100644
> --- a/mingw-w64-headers/include/winnt.h
> +++ b/mingw-w64-headers/include/winnt.h
> @@ -6037,6 +6037,7 @@ __buildmemorybarrier()
>  #define IMAGE_FILE_MACHINE_ARM 0x01c0
>  #define IMAGE_FILE_MACHINE_ARMV7 0x01c4
>  #define IMAGE_FILE_MACHINE_ARMNT 0x01c4
> +#define IMAGE_FILE_MACHINE_ARM64 0xaa64
>  #define IMAGE_FILE_MACHINE_THUMB 0x01c2
>  #define IMAGE_FILE_MACHINE_AM33 0x01d3
>  #define IMAGE_FILE_MACHINE_POWERPC 0x01F0
> 

Patch looks good to me.


signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[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
+++ b/mingw-w64-headers/include/winnt.h
@@ -6037,6 +6037,7 @@ __buildmemorybarrier()
 #define IMAGE_FILE_MACHINE_ARM 0x01c0
 #define IMAGE_FILE_MACHINE_ARMV7 0x01c4
 #define IMAGE_FILE_MACHINE_ARMNT 0x01c4
+#define IMAGE_FILE_MACHINE_ARM64 0xaa64
 #define IMAGE_FILE_MACHINE_THUMB 0x01c2
 #define IMAGE_FILE_MACHINE_AM33 0x01d3
 #define IMAGE_FILE_MACHINE_POWERPC 0x01F0
-- 
2.7.4


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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 out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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 community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public