Commit 7bc3f294ce

Super User <jeamsblue@gmail.com>
2025-06-02 16:05:03
Added zig patch comments to annotate the deletion of the sincos symbol
1 parent 71ff383
Changed files (2)
lib
libc
mingw
math
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):