[issue33125] Windows 10 ARM64 platform support

2018-03-22 Thread Steven Noonan
New submission from Steven Noonan : The Windows 10 ARM64 release is out along with a bunch of ARM64 devices. This version of Windows has full support for building native Win32 applications (this isn't just some rehash of Windows RT). It also can run x86 (but not x86_64) apps un

[issue33125] Windows 10 ARM64 platform support

2018-03-22 Thread Steven Noonan
Steven Noonan added the comment: Oh, another change I had to make was remove all the BaseAddress elements in the Link sections. The linker complains if these are used (the lower 4GB of memory are apparently reserved for the x86 emulation). Also, from what I was told by someone over at

[issue33125] Windows 10 ARM64 platform support

2018-03-23 Thread Steven Noonan
Steven Noonan added the comment: I originally tagged this issue against 3.6 just because that's what I was attempting to build. But I'm not super concerned about what release these changes actually land in, I can always backport it to my own builds (and at my own risk). Even