Added zig patch comments to annotate the deletion of the sincos symbol

This commit is contained in:
Super User 2025-06-02 14:05:03 +00:00
parent 71ff3830df
commit 7bc3f294ce
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
.file "sincos.S" .file "sincos.S"
.text .text
.align 2 .align 2
/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
.globl __MINGW_USYMBOL(sincosl) .globl __MINGW_USYMBOL(sincosl)
.def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef .def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
__MINGW_USYMBOL(sincosl): __MINGW_USYMBOL(sincosl):

View file

@ -8,6 +8,7 @@
.file "sincos.S" .file "sincos.S"
.text .text
.align 2 .align 2
/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
.globl __MINGW_USYMBOL(sincosl) .globl __MINGW_USYMBOL(sincosl)
.def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef .def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
__MINGW_USYMBOL(sincosl): __MINGW_USYMBOL(sincosl):