[Mingw-w64-public] [PATCH] genpeimg: add option to change image subsystem.

2021-08-04 Thread Jeremy Drake via Mingw-w64-public
This can be done either by number, or by name. Most names are from the documentation for LINK.EXE's /SUBSYSTEM option, but a few were made up based on the constants and documentation on MS's PE Format document. --- I wasn't sure about using strcasecmp, but I grepped and gendef uses it without a co

[Mingw-w64-public] [PATCH] headers: Add some type aliases in dsound.h

2021-08-04 Thread Biswapriyo Nath
From be3c5307bfdd01a94abca693ad05be5a47bf9912 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 5 Aug 2021 10:35:32 +0530 Subject: [PATCH] headers: Add some type aliases in dsound.h Required in portaudio. wine commit 811e4129c1a05c9df84e01ba251f6b5b515f38a6 Signed-off-by: Biswapriyo Nat

Re: [Mingw-w64-public] [PATCH 0/2] Update genpeimg

2021-08-04 Thread Martin Storsjö
On Wed, 4 Aug 2021, Martin Storsjö wrote: On Tue, 3 Aug 2021, Jeremy Drake via Mingw-w64-public wrote: I was recently looking for an open-source tool to change the subsystem of an executable. I came across genpeimg, and it looks like this would be a good addition to it. First, though, I wan

Re: [Mingw-w64-public] [PATCH] Use __builtin_frame_address on Clang.

2021-08-04 Thread LIU Hao
在 2021-08-04 05:56, Jeremy Drake via Mingw-w64-public 写道: On Wed, 4 Aug 2021, Martin Storsjö wrote: On Tue, 3 Aug 2021, Jeremy Drake wrote: While debugging this, noticed ruby seems to make *extensive* use of setjmp/longjmp. Originally it was trying to use __builtin_setjmp but that was crashi

Re: [Mingw-w64-public] [PATCH 2/2] genpeimg: add support for ARMNT and ARM64 images.

2021-08-04 Thread Martin Storsjö
On Wed, 4 Aug 2021, Biswapriyo Nath wrote: Wondering if Windows names can be used e.g. IMAGE_FILE_MACHINE_AMD64 (0x8664) These are standalone tools, that can be built for any OS and thus don't include windows headers - so they can't use defines from such headers. If they want to, they could

Re: [Mingw-w64-public] [PATCH 0/2] Update genpeimg

2021-08-04 Thread Martin Storsjö
On Tue, 3 Aug 2021, Jeremy Drake via Mingw-w64-public wrote: I was recently looking for an open-source tool to change the subsystem of an executable. I came across genpeimg, and it looks like this would be a good addition to it. First, though, I wanted to get it updated with the latest Windows

Re: [Mingw-w64-public] [PATCH 2/2] genpeimg: add support for ARMNT and ARM64 images.

2021-08-04 Thread Biswapriyo Nath
Wondering if Windows names can be used e.g. IMAGE_FILE_MACHINE_AMD64 (0x8664) ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public