crt: msvcr120*.def.in: Don't provide long double _strtold_l and _wcstold_l functions on x86

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Pali Rohár 2024-06-25 19:17:27 +02:00 committed by Martin Storsjö
parent 64b6736dc4
commit b706fb8900
5 changed files with 10 additions and 10 deletions

View File

@ -1686,7 +1686,7 @@ _strtoi64
_strtoi64_l
F_X86_ANY(_strtoimax_l)
_strtol_l
F_X86_ANY(_strtold_l)
; F_X86_ANY(_strtold_l) ; Can't use long double functions from the CRT on x86
F_X86_ANY(_strtoll_l)
_strtoui64
_strtoui64_l
@ -1843,7 +1843,7 @@ _wcstoi64
_wcstoi64_l
F_X86_ANY(_wcstoimax_l)
_wcstol_l
F_X86_ANY(_wcstold_l)
; F_X86_ANY(_wcstold_l) ; Can't use long double functions from the CRT on x86
F_X86_ANY(_wcstoll_l)
_wcstombs_l
_wcstombs_s_l

View File

@ -1558,7 +1558,7 @@ _strtoi64
_strtoi64_l
_strtoimax_l
_strtol_l
_strtold_l
; _strtold_l ; Can't use long double functions from the CRT on x86
_strtoll_l
_strtoui64
_strtoui64_l
@ -1715,7 +1715,7 @@ _wcstoi64
_wcstoi64_l
_wcstoimax_l
_wcstol_l
_wcstold_l
; _wcstold_l ; Can't use long double functions from the CRT on x86
_wcstoll_l
_wcstombs_l
_wcstombs_s_l

View File

@ -1618,7 +1618,7 @@ _strtoi64
_strtoi64_l
_strtoimax_l
_strtol_l
_strtold_l
; _strtold_l ; Can't use long double functions from the CRT on x86
_strtoll_l
_strtoui64
_strtoui64_l
@ -1777,7 +1777,7 @@ _wcstoi64
_wcstoi64_l
_wcstoimax_l
_wcstol_l
_wcstold_l
; _wcstold_l ; Can't use long double functions from the CRT on x86
_wcstoll_l
_wcstombs_l
_wcstombs_s_l

View File

@ -1494,7 +1494,7 @@ _strtoi64
_strtoi64_l
_strtoimax_l
_strtol_l
_strtold_l
; _strtold_l ; Can't use long double functions from the CRT on x86
_strtoll_l
_strtoui64
_strtoui64_l
@ -1653,7 +1653,7 @@ _wcstoi64
_wcstoi64_l
_wcstoimax_l
_wcstol_l
_wcstold_l
; _wcstold_l ; Can't use long double functions from the CRT on x86
_wcstoll_l
_wcstombs_l
_wcstombs_s_l

View File

@ -1552,7 +1552,7 @@ _strtoi64
_strtoi64_l
_strtoimax_l
_strtol_l
_strtold_l
; _strtold_l ; Can't use long double functions from the CRT on x86
_strtoll_l
_strtoui64
_strtoui64_l
@ -1713,7 +1713,7 @@ _wcstoi64
_wcstoi64_l
_wcstoimax_l
_wcstol_l
_wcstold_l
; _wcstold_l ; Can't use long double functions from the CRT on x86
_wcstoll_l
_wcstombs_l
_wcstombs_s_l