Added zig patch comments to annotate the deletion of the sincos symbol
2 files changed, 2 insertions(+), 0 deletions(-)
lib/libc/mingw/math/arm/sincos.S+1
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | 	.file	"sincos.S" |
| 9 | 9 | 	.text |
| 10 | 10 | 	.align 2 |
| 11 | 	/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */ |
| 11 | 12 | 	.globl __MINGW_USYMBOL(sincosl) |
| 12 | 13 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef |
| 13 | 14 | __MINGW_USYMBOL(sincosl): |
lib/libc/mingw/math/arm64/sincos.S+1
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | 	.file	"sincos.S" |
| 9 | 9 | 	.text |
| 10 | 10 | 	.align 2 |
| 11 | 	/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */ |
| 11 | 12 | 	.globl __MINGW_USYMBOL(sincosl) |
| 12 | 13 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef |
| 13 | 14 | __MINGW_USYMBOL(sincosl): |