[Mingw-w64-public] [PATCH] headers: Fix macros in except.h

2023-01-06 Thread Biswapriyo Nath
From 6644e5440ea3012990f28b760aadc3799dcd2f53 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 7 Jan 2023 11:52:58 +0530 Subject: [PATCH] headers: Fix macros in except.h Fixes mold linker Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/crt/excpt.h | 4 ++-- 1 file changed, 2 ins

[Mingw-w64-public] [PATCH] gdtoa: Sync to match the latest version at netlib.org

2023-01-06 Thread Jameson Nash
I noticed that gdtoa upstream appeared to have some changes that were not reflected here, so I tried to copy them into mingw-w64 here. I had to partly guess at what the diff was between the old and current versions because upstream does not seem to provide version control, so this is a bit hard to