| author | |
| committer | |
| log | 7bc3f294ce517d9c9947718e4d8995ce349bdd04 |
| tree | f93af460e87ce1c1e6783461ad64a947be3eadaa |
| parent | 71ff3830df5bb175e94a73d5187cea93d87fa5bc |
2 files changed, 2 insertions(+), 0 deletions(-)
lib/libc/mingw/math/arm/sincos.S+1| ... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
| 8 | 	.file	"sincos.S" | 8 | 	.file	"sincos.S" |
| 9 | 	.text | 9 | 	.text |
| 10 | 	.align 2 | 10 | 	.align 2 |
| 11 | 	/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */ | ||
| 11 | 	.globl __MINGW_USYMBOL(sincosl) | 12 | 	.globl __MINGW_USYMBOL(sincosl) |
| 12 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef | 13 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef |
| 13 | __MINGW_USYMBOL(sincosl): | 14 | __MINGW_USYMBOL(sincosl): |
lib/libc/mingw/math/arm64/sincos.S+1| ... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
| 8 | 	.file	"sincos.S" | 8 | 	.file	"sincos.S" |
| 9 | 	.text | 9 | 	.text |
| 10 | 	.align 2 | 10 | 	.align 2 |
| 11 | 	/* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */ | ||
| 11 | 	.globl __MINGW_USYMBOL(sincosl) | 12 | 	.globl __MINGW_USYMBOL(sincosl) |
| 12 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef | 13 | 	.def	__MINGW_USYMBOL(sincosl);	.scl	2;	.type	32;	.endef |
| 13 | __MINGW_USYMBOL(sincosl): | 14 | __MINGW_USYMBOL(sincosl): |