Re: [Mingw-w64-public] [PATCH 3/3] crt: Add a UCRT import library suitable for UWP use

2020-06-04 Thread Steve Lhomme
Hi, On 2020-06-04 8:33, Martin Storsjö wrote: This adds libucrtapp.a, which is the same as libucrt.a, but excluding libapi-ms-win-crt-private-l1-1-0.a, and with a few statically linked functions added that otherwise normally are linked from libapi-ms-win-crt-private-l1-1-0.a. What is the statu

[Mingw-w64-public] [PATCH] headers: import dwrite IDLs from wine

2020-06-04 Thread Biswapriyo Nath
From 61380782a0507fb18dad9df050a991a0a9945363 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 5 Jun 2020 11:58:38 +0530 Subject: [PATCH] headers: import dwrite IDLs from wine Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/Makefile.am| 4 mingw-w64-headers/wine-import.s

Re: [Mingw-w64-public] [PATCH 2/3] crt: Rename longjmp.S to mingw_longjmp.S

2020-06-04 Thread Jacek Caban
On 04.06.2020 20:28, Martin Storsjö wrote: On Thu, 4 Jun 2020, Jacek Caban wrote: On 04.06.2020 15:33, Jacek Caban wrote: On 04.06.2020 08:32, Martin Storsjö wrote: Signed-off-by: Martin Storsjö ---   mingw-w64-crt/Makefile.am | 2 +-   mingw-w64-crt/misc/{longjmp.S =>

Re: [Mingw-w64-public] [PATCH 2/3] crt: Rename longjmp.S to mingw_longjmp.S

2020-06-04 Thread Martin Storsjö
On Thu, 4 Jun 2020, Jacek Caban wrote: On 04.06.2020 15:33, Jacek Caban wrote: On 04.06.2020 08:32, Martin Storsjö wrote: Signed-off-by: Martin Storsjö ---   mingw-w64-crt/Makefile.am | 2 +-   mingw-w64-crt/misc/{longjmp.S => mingw_longjmp.S} | 0   2 files changed, 1 i

Re: [Mingw-w64-public] [PATCH 1/3] crt: ucrt.mri: Use one shared mri file for all architectures

2020-06-04 Thread Martin Storsjö
On Thu, 4 Jun 2020, Biswapriyo Nath wrote: How about putting the _DATA variable into each folder's Makefile.am? No, these ones have lots of custom logic around them (and for whatever historical reasons, it's within an "if !W32API" section in the makefile), so I find it clearer to have them d

Re: [Mingw-w64-public] [PATCH 2/3] crt: Rename longjmp.S to mingw_longjmp.S

2020-06-04 Thread Jacek Caban
On 04.06.2020 15:33, Jacek Caban wrote: On 04.06.2020 08:32, Martin Storsjö wrote: Signed-off-by: Martin Storsjö ---   mingw-w64-crt/Makefile.am | 2 +-   mingw-w64-crt/misc/{longjmp.S => mingw_longjmp.S} | 0   2 files changed, 1 insertion(+), 1 deletion(-)   rename mingw

Re: [Mingw-w64-public] [PATCH 2/3] crt: Rename longjmp.S to mingw_longjmp.S

2020-06-04 Thread Jacek Caban
On 04.06.2020 08:32, Martin Storsjö wrote: Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/misc/{longjmp.S => mingw_longjmp.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mingw-w64-crt/misc/{longjmp.S => mingw_longjmp

Re: [Mingw-w64-public] [PATCH 1/3] crt: ucrt.mri: Use one shared mri file for all architectures

2020-06-04 Thread Jacek Caban
On 04.06.2020 08:32, Martin Storsjö wrote: This requires adding libucrt.a to a DATA target in automake, instead of LIBRARIES. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am | 58 --- mingw-w64-crt/lib-common/ucrt.mri | 19 ++ mingw-w6

Re: [Mingw-w64-public] [PATCH 1/3] crt: ucrt.mri: Use one shared mri file for all architectures

2020-06-04 Thread Biswapriyo Nath
How about putting the _DATA variable into each folder's Makefile.am? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 3/3] crt: Add a UCRT import library suitable for UWP use

2020-06-04 Thread Jean-Baptiste Kempf
This is _really_ nice. On Thu, 4 Jun 2020, at 08:33, Martin Storsjö wrote: > This adds libucrtapp.a, which is the same as libucrt.a, but excluding > libapi-ms-win-crt-private-l1-1-0.a, and with a few statically > linked functions added that otherwise normally are linked from > libapi-ms-win-crt-pr