Please drop this change. It is also false positive stdcall decoration by
gendef for functions which do not return.

On Sunday 14 April 2024 22:52:59 Pali Rohár wrote:
> Symbols _assert@4 and abort@4 in all versions of msvcr71.dll have @SIZE
> suffixes. Without @SIZE suffixes they are only in debug msvcr71d.dll
> library versions and Itanium msvcr70.dll versions. But all those libraries
> have different name, not compatible with msvcr71.def.in file. So update
> msvcr71.def.in to match Visual Studio .NET 2003 version, same set of
> symbols is also in Service Pack 1 version.
> ---
>  mingw-w64-crt/lib32/msvcr71.def.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/mingw-w64-crt/lib32/msvcr71.def.in 
> b/mingw-w64-crt/lib32/msvcr71.def.in
> index 66c87d1dc654..52c0fd6001aa 100644
> --- a/mingw-w64-crt/lib32/msvcr71.def.in
> +++ b/mingw-w64-crt/lib32/msvcr71.def.in
> @@ -253,7 +253,7 @@ _aligned_offset_malloc
>  _aligned_offset_realloc
>  _aligned_realloc
>  _amsg_exit
> -_assert
> +_assert@4
>  _atodbl
>  _atoi64
>  atoll == _atoi64
> @@ -710,7 +710,7 @@ _wutime64
>  _y0
>  _y1
>  _yn
> -abort
> +abort@4
>  abs
>  acos
>  asctime
> -- 
> 2.20.1
> 


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to