Re: [Mingw-w64-public] --enable-experimental breaks as

2019-01-24 Thread Christer Solskogen
On 23.01.2019 03:26, Liu Hao wrote: I have CC'd binutils ML. Hope someone there would know something about GAS. It's now fixed in binutils. The question is why does --enable-experimental produce a assembler like that? ___ Mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Make dwrite_1.h C friendly.

2019-01-24 Thread JonY via Mingw-w64-public
On 1/24/19 10:27 PM, Nikolay Sivov wrote: > --- > Shouldn't there be an ifdef for C++/C case? So that the C++ compiler is aware of the inheritance? signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list

[Mingw-w64-public] [PATCH] headers: Make dwrite_1.h C friendly.

2019-01-24 Thread Nikolay Sivov
--- From 0a52048e0368b043abc0791ef4c6969fc1e603ef Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Fri, 25 Jan 2019 01:25:19 +0300 Subject: [PATCH] headers: Make dwrite_1.h C friendly. Signed-off-by: Nikolay Sivov --- mingw-w64-headers/include/dwrite_1.h | 13 - 1 file changed,

[Mingw-w64-public] [PATCH 1/3] crt: Share mswsock.def between libarm32 and lib64, use for libarm64

2019-01-24 Thread Martin Storsjö
The arm32 version of this def file was a superset of the functions in lib64, except for entry points that aren't used for linking. Signed-off-by: Martin Storsjö --- mingw-w64-crt/lib-common/mswsock.def | 70 mingw-w64-crt/lib64/mswsock.def | 40

[Mingw-w64-public] [PATCH 2/3] crt: Share authz.def between libarm32 and lib64, use for libarm64

2019-01-24 Thread Martin Storsjö
Two functions that existed in lib64 but didn't exist in the libarm32 (AuthziQueryAuditPolicy, AuthziSetAuditPolicy, that probably only existed in older windows version), were added to the shared file which otherwise is the libarm32 version (dumped from a Windows 8.x version). Signed-off-by:

[Mingw-w64-public] [PATCH 3/3] crt: Uncomment building libmincore.a for arm64

2019-01-24 Thread Martin Storsjö
This reverts 3949528971aa15f78b08e8d29ae042e6662ce0ec, now that libauthz.a and libmswsock.a are built for arm64. Signed-off-by: Martin Storsjö --- mingw-w64-crt/libarm64/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/libarm64/Makefile.am