Re: [Mingw-w64-public] [PATCH] crt: Always include load config in mingwex."

2025-03-01 Thread Martin Storsjö
On Sat, 1 Mar 2025, Jacek Caban wrote: This is mandatory on ARM64EC and also required on AArch64 for ARM64X builds. Instead of extending the existing logic, unify it by always including it in mingwex. In practice, this means load config will always be present in output images when using LLD.

Re: [Mingw-w64-public] [PATCH] include: Add missing float.h declarations.

2025-03-01 Thread Martin Storsjö
On Sat, 1 Mar 2025, Jacek Caban wrote: --- mingw-w64-headers/crt/float.h | 14 ++ 1 file changed, 14 insertions(+) LGTM, this looks ok to me. // Martin ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://li

Re: [Mingw-w64-public] [PATCH] Add missing comparison operators for Microsoft::WRL::ComPtr

2025-03-01 Thread LIU Hao
在 2025-03-01 19:46, Jøger Hansegård 写道: Thank you, Liu Hao. There is one more static assert to fix (the first one). Otherwise, it looks great! Right, there are three `static_assert` statements. Fixed and pushed now. Thanks. -- Best regards, LIU Hao OpenPGP_signature.asc Description: OpenP

Re: [Mingw-w64-public] [PATCH] Add missing comparison operators for Microsoft::WRL::ComPtr

2025-03-01 Thread Jøger Hansegård via Mingw-w64-public
Thank you, Liu Hao. There is one more static assert to fix (the first one). Otherwise, it looks great! Best regards, Jøger Hansegård From: LIU Hao Sent: Saturday, March 1, 2025 7:21:01 AM To: mingw-w64-public@lists.sourceforge.net ; Zach Bacon Cc: Jøger Hanseg

[Mingw-w64-public] [PATCH] crt: Always include load config in mingwex."

2025-03-01 Thread Jacek Caban
This is mandatory on ARM64EC and also required on AArch64 for ARM64X builds. Instead of extending the existing logic, unify it by always including it in mingwex. In practice, this means load config will always be present in output images when using LLD. Since ld.bfd does not support load config,

[Mingw-w64-public] [PATCH] include: Add missing float.h declarations.

2025-03-01 Thread Jacek Caban
--- mingw-w64-headers/crt/float.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/mingw-w64-headers/crt/float.h b/mingw-w64-headers/crt/float.h index f36aacc75..73255258b 100644 --- a/mingw-w64-headers/crt/float.h +++ b/mingw-w64-headers/crt/float.h @@ -181,6 +181,8 @@ /* Cont

Re: [Mingw-w64-public] dirent changes

2025-03-01 Thread Lasse Collin
On 2025-02-25 Pali Rohár wrote: > On Tuesday 25 February 2025 20:11:12 Lasse Collin wrote: > > While \\?\...\Partition3 without trailing \ isn't a directory, I > > more and more think that it doesn't matter too much if opendir > > works on it still. It's so tiny bug that *it alone* isn't worth the