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

2024-06-04 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-headers/include/winnt.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h index 04bcf4a9c..c4805f917 100644 --- a/mingw-w64-headers/include/winnt.h +++ b/mingw-w64

[Mingw-w64-public] [PATCH] headers: Add missing NTDDI_WIN10* defines

2024-06-04 Thread Biswapriyo Nath
From 2e6684ffab2500545d83c2a8c02bf48db8852764 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 4 Jun 2024 17:45:59 + Subject: [PATCH] headers: Add missing NTDDI_WIN10* defines Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/sdkddkver.h | 6 +- 1 file changed, 5 in

Re: [Mingw-w64-public] [PATCH 4/4] crt: msvcr80: Fix decorated fastcall exports

2024-06-04 Thread Pali Rohár
On Tuesday 04 June 2024 09:54:20 LIU Hao wrote: > 在 2024-06-04 05:39, Pali Rohár 写道: > > Symbols @_calloc_crt@8, @_malloc_crt@4 and @_realloc_crt@8 are exported > > from msvcr80 DLL libraries with their @suffix decoration. This is not > > usual. > > > > Those decorated symbols refers to fastcall f

Re: [Mingw-w64-public] [PATCH 2/2] crt: Add new symbols in hyperv compute import libs

2024-06-04 Thread LIU Hao
在 2024-06-03 14:47, Biswapriyo Nath 写道: From cdf0e097290c4ca4fa21c2a136281d2e3b38db36 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 3 Jun 2024 06:43:03 + Subject: [PATCH 2/2] crt: Add new symbols in hyperv compute import libs Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/li

Re: [Mingw-w64-public] [PATCH 2/4] crt: Add guards in func.def.in file

2024-06-04 Thread Martin Storsjö
On Mon, 3 Jun 2024, Pali Rohár wrote: Add once-guard to ensure that the file is processed only once. Add arch-guard to ensure that DEF_ is always defined to prevent an issue that symbols defined via F32() macro completely disappeared and which was fixed in previous change. This change applied

Re: [Mingw-w64-public] [PATCH] crt: Fix definitions of __MINGW_IMP_SYMBOL aliases

2024-06-04 Thread Martin Storsjö
On Mon, 3 Jun 2024, Pali Rohár wrote: On Wednesday 29 May 2024 21:52:12 Pali Rohár wrote: Ok. Then it means, it is needed to just rewrite commit message. What about this commit message? crt: Declare aliased __MINGW_IMP_SYMBOL symbols via __attribute__((alias)) Currently __MINGW_IMP_SYMBOL s