The macros like F_ARM_ANY() require making the .def file a .def.in
which is preprorcessed, and including func.def.in.
Signed-off-by: Martin Storsjö
---
...-convert-l1-1-0.def => api-ms-win-crt-convert-l1-1-0.def.in} | 2 ++
1 file changed, 2 insertions(+)
rename mingw-w64-crt/lib-common/{api-ms
These same are also added implicitly from msvcrt-common.def.in.
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/lib-common/ucrtbase.def.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/mingw-w64-crt/lib-common/ucrtbase.def.in
b/mingw-w64-crt/lib-common/ucrtbase.def.in
index 7d35e4209..04
This is most probably a random mistyped character.
This caused one extra symbol 'k' to be exported from this import
library.
Signed-off-by: Martin Storsjö
---
With these three patches in place, the list of symbols exported
by libucrt.a and libucrtbase.a is identical, modulo a bunch of
private sy
On Sun, 18 Jul 2021, LIU Hao wrote:
在 2021-07-14 19:45, Martin Storsjö 写道:
On Wed, 14 Jul 2021, Martin Storsjö wrote:
This avoids compiling the object files that go into libmsvcrt*.a
10 times, and object files that go into libucrt*.a twice.
This reduces the number of built object files for a
On Thu, 5 Aug 2021, JonY via Mingw-w64-public wrote:
On 8/5/21 8:10 AM, Martin Storsjö wrote:
The wrong function was assigned; this was a bug present since
0dd9563a3ad71ad75cab1699ba5cfef2dd0bf9d8 (April 2021).
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/stdio/ucrt_vfscanf.c | 2 +-
1
On 8/5/21 8:10 AM, Martin Storsjö wrote:
The wrong function was assigned; this was a bug present since
0dd9563a3ad71ad75cab1699ba5cfef2dd0bf9d8 (April 2021).
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/stdio/ucrt_vfscanf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
The wrong function was assigned; this was a bug present since
0dd9563a3ad71ad75cab1699ba5cfef2dd0bf9d8 (April 2021).
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/stdio/ucrt_vfscanf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mingw-w64-crt/stdio/ucrt_vfscanf.c
b/ming