On Sat, 22 Mar 2025, Jacek Caban wrote:
--- mingw-w64-crt/Makefile.am | 11 ++----- mingw-w64-crt/def-include/crt-aliases.def.in | 8 ----- mingw-w64-crt/lib-common/msvcr120_app.def.in | 1 - mingw-w64-crt/lib32/msvcr120.def.in | 1 - mingw-w64-crt/lib64/msvcr120.def.in | 1 - mingw-w64-crt/libarm32/msvcr120.def.in | 1 - mingw-w64-crt/stdio/scanf2-template.S | 32 -------------------- mingw-w64-crt/stdio/vfscanf.c | 2 +- mingw-w64-crt/stdio/vfscanf2.S | 12 -------- mingw-w64-crt/stdio/vfwscanf.c | 2 +- mingw-w64-crt/stdio/vfwscanf2.S | 12 -------- mingw-w64-crt/stdio/vscanf.c | 2 +- mingw-w64-crt/stdio/vscanf2.S | 12 -------- mingw-w64-crt/stdio/vsscanf.c | 2 +- mingw-w64-crt/stdio/vsscanf2.S | 12 -------- mingw-w64-crt/stdio/vswscanf.c | 2 +- mingw-w64-crt/stdio/vswscanf2.S | 12 -------- mingw-w64-crt/stdio/vwscanf.c | 2 +- mingw-w64-crt/stdio/vwscanf2.S | 12 -------- mingw-w64-headers/crt/stdio.h | 32 ++++++++------------ mingw-w64-headers/crt/wchar.h | 26 +++++----------- 21 files changed, 27 insertions(+), 170 deletions(-) delete mode 100644 mingw-w64-crt/stdio/scanf2-template.S delete mode 100644 mingw-w64-crt/stdio/vfscanf2.S delete mode 100644 mingw-w64-crt/stdio/vfwscanf2.S delete mode 100644 mingw-w64-crt/stdio/vscanf2.S delete mode 100644 mingw-w64-crt/stdio/vsscanf2.S delete mode 100644 mingw-w64-crt/stdio/vswscanf2.S delete mode 100644 mingw-w64-crt/stdio/vwscanf2.S
LGTM, this is one bit of entirely unnecessary assembly files that we can get rid of, making the jungle of other assembly files slightly less hard to keep track of.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
