commit | 0355a76063947d5cb9906934ca8114249e50a604 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Mon Apr 08 19:38:25 2024 +0200 |
committer | Martin Storsjö <martin@martin.st> | Fri Apr 19 10:23:00 2024 +0300 |
tree | 819bcad980042fa226b2de7928408927276eeb2e | |
parent | 3df73c06315b53900395af9667eae7a1b8dc0e01 [diff] |
crt: msvcr80.def.in: Fix some some I386 symbol names which miss @SIZE suffix I386 symbols __CxxLongjmpUnwind, _adj_fdiv_m*, _adj_fdivr_m* and _seh_longjmp_unwind use stdcall convention, so add @SIZE suffix for them into I386 version of def file for msvcr80.dll. (_adj_fdiv* actually aren't stdcall but a custom calling convention; these will be fixed further in a later upcoming commit.) Fix symbol names in lib32/msvcr80.def.in file. Signed-off-by: Martin Storsjö <martin@martin.st>