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.
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
在 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
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
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-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
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