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