[Mingw-w64-public] [PATCH 3/4] headers: Add new names in WHV_X64_PENDING_EVENT_TYPE in winhvplatformdefs.h

2024-06-06 Thread Biswapriyo Nath
From 790ace6b76ed98d53207425af2f5a7a64c8332e1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 7 Jun 2024 05:23:16 + Subject: [PATCH 3/4] headers: Add new names in WHV_X64_PENDING_EVENT_TYPE in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winhv

[Mingw-w64-public] [PATCH 4/4] headers: Add aarch64 condition in WHV_DELIVERABILITY_NOTIFICATIONS_REGISTER in winhvplatformdefs.h

2024-06-06 Thread Biswapriyo Nath
From 4e399872aaa4502e964f5ef3bc80d91f9daa6fb8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 7 Jun 2024 05:40:41 + Subject: [PATCH 4/4] headers: Add aarch64 condition in WHV_DELIVERABILITY_NOTIFICATIONS_REGISTER in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w6

[Mingw-w64-public] [PATCH 1/4] headers: Add new names in WHV_REGISTER_NAME in winhvplatformdefs.h

2024-06-06 Thread Biswapriyo Nath
From a2f46f22c811ce9f4bdf6d29b1ac5cb6131aecd7 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 7 Jun 2024 05:09:19 + Subject: [PATCH 1/4] headers: Add new names in WHV_REGISTER_NAME in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winhvplatformd

[Mingw-w64-public] [PATCH 2/4] headers: Add WHV_REGISTER_NAME for aarch64 in winhvplatformdefs.h

2024-06-06 Thread Biswapriyo Nath
From 25bf68e2b06049985247ddc2875182ee7d7ecd86 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 7 Jun 2024 05:17:29 + Subject: [PATCH 2/4] headers: Add WHV_REGISTER_NAME for aarch64 in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winhvplatformde

[Mingw-w64-public] New error building Cygwin with w32api 12.0.0

2024-06-06 Thread Jeremy Drake via Mingw-w64-public
Technically, this is a warning, but Cygwin enables -Werror, so it is treated as an error: ../../../../winsup/cygwin/exceptions.cc: In member function ‘int _cygtls::call_signal_handler()’: ../../../../winsup/cygwin/exceptions.cc:1720:33: error: ‘’ may be used uninitialized in this function [-Werror

Re: [Mingw-w64-public] [PATCH] Include minwindef.h in minwinbase.h

2024-06-06 Thread Daniel Bonniot
On Thu, 6 Jun 2024 at 16:57, LIU Hao wrote: > > 在 2024-06-06 21:33, Daniel Bonniot 写道: > > Thanks for your explanation. Even if it's customary, is there any > > benefit in *not* applying this patch? > > > > I think an argument would be that we try to maintain similar user experience > with Micros

Re: [Mingw-w64-public] [PATCH] crt: Unify winhvplatform.def for lib64 and libarm64

2024-06-06 Thread LIU Hao
在 2024-06-06 22:24, Biswapriyo Nath 写道: From 0ef5e70f77641fb8723eace7aa3aa9e8fc87cfeb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 6 Jun 2024 14:22:30 + Subject: [PATCH] crt: Unify winhvplatform.def for lib64 and libarm64 Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/Makef

Re: [Mingw-w64-public] [PATCH] Include minwindef.h in minwinbase.h

2024-06-06 Thread LIU Hao
在 2024-06-06 21:33, Daniel Bonniot 写道: Thanks for your explanation. Even if it's customary, is there any benefit in *not* applying this patch? I think an argument would be that we try to maintain similar user experience with Microsoft Windows SDK, unless it's impossible. -- Best regards, L

[Mingw-w64-public] [PATCH] crt: Unify winhvplatform.def for lib64 and libarm64

2024-06-06 Thread Biswapriyo Nath
From 0ef5e70f77641fb8723eace7aa3aa9e8fc87cfeb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 6 Jun 2024 14:22:30 + Subject: [PATCH] crt: Unify winhvplatform.def for lib64 and libarm64 Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/Makefile.am | 4 ++-- ..

Re: [Mingw-w64-public] Successfully built cross compiler produces non-working EXE files

2024-06-06 Thread Bob via Mingw-w64-public
>You may try 2.36 for example. Binutils 2.36 segfaults while building the MinGW-w64 CRT, while 2.36.1 builds the toolchain successfully but shows the previously mentioned relocation error while compiling hello.c... Adding these flags:     -Wl,--disable-dynamicbase,--disable-high-entropy-va,--def

Re: [Mingw-w64-public] [PATCH] Include minwindef.h in minwinbase.h

2024-06-06 Thread Daniel Bonniot
On Mon, 3 Jun 2024 at 08:21, LIU Hao wrote: > > 在 2024-05-30 21:14, Daniel Bonniot 写道: > > This can be worked around by the user by adding a #include > > before, but it can be confusing/surprising at first. > > Since minwinbase.h depends on definitions from minwindef.h, wouldn't > > it be cleaner

Re: [Mingw-w64-public] [PATCH] headers: Add new constants for IsProcessorFeaturePresent from WinSDK 10.0.26100

2024-06-06 Thread Martin Storsjö
On Wed, 5 Jun 2024, LIU Hao wrote: 在 2024-06-05 04:10, Martin Storsjö 写道: Signed-off-by: Martin Storsjö --- mingw-w64-headers/include/winnt.h | 15 +++ 1 file changed, 15 insertions(+) Looks good to me. Thanks. Thanks, pushed. // Martin