On Fri, 15 Oct 2021, LIU Hao wrote:
在 2021-10-14 18:22, Martin Storsjö 写道:
This avoids linker conflicts if object files refer to both 'strtold'
or 'wcstold' and include them from libucrt*.a before other object
files pull in the __mingw_* counterparts.
Signed-off-by: Martin Storsjö <[email protected]>
---
mingw-w64-crt/Makefile.am | 1 +
mingw-w64-crt/gdtoa/strtodnrp.c | 4 --
mingw-w64-crt/gdtoa/strtopx.c | 10 +++
.../misc/{wcstold.c => mingw_wcstold.c} | 6 +-
mingw-w64-crt/misc/wcstold.c | 68 +------------------
5 files changed, 13 insertions(+), 76 deletions(-)
copy mingw-w64-crt/misc/{wcstold.c => mingw_wcstold.c} (89%)
This patch looks good to me. Thanks.
Thanks, pushed it now.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public