On Monday 15 April 2024 09:19:09 LIU Hao wrote:
> 在 2024-04-15 04:52, Pali Rohár 写道:
> > Symbols _assert@4 and abort@4 in all versions of msvcr70.dll have @SIZE
> > suffixes. Without @SIZE suffixes they are only in debug msvcr70d.dll
> > library versions and Itanium msvcr70.dll versions.
> > 
> 
> I think these are kinda false positives. The stdcall suffixes are deduced by
> gendef from machine code, and are not part of the actual export name. These
> functions do not return and might have no meaningful RET instructions.

Ou. Now I checked export names via objdump and rechecked also via
readpe. And both tools say that they are without @SIZE suffix.
Sorry for mistake.

I used gendef for all changes which I have done recently. So it would be
needed to recheck / revisit all my changes in git.


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

Reply via email to