Re: [Mingw-w64-public] [PATCH 2/2] crt: Define F_ARM_ANY on ARM64EC

2025-05-22 Thread Jacek Caban via Mingw-w64-public
On 18.05.2025 21:08, Martin Storsjö wrote: On Sat, 17 May 2025, Jacek Caban via Mingw-w64-public wrote: --- mingw-w64-crt/def-include/func.def.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-crt/def-include/func.def.in b/mingw-w64-crt/def-include/func.def.in index 1d542a1f4

[Mingw-w64-public] Generating DEF files from import libs from Windows SDK

2025-05-22 Thread LIU Hao
Hello, I have finally managed to finish this tiny project [1], which I have been dreaming of for a long time. This script uses llvm-objdump to parse import libs from Windows SDK, uses regular expressions to extract symbols from the output, and then builds DEF files that can be consumed by DLLTO