authorgravatar for jeamsblue@gmail.comSuper User <jeamsblue@gmail.com> 2025-06-02 14:05:03+00:00
committergravatar for jeamsblue@gmail.comSuper User <jeamsblue@gmail.com> 2025-06-02 14:05:03+00:00
log7bc3f294ce517d9c9947718e4d8995ce349bdd04
treef93af460e87ce1c1e6783461ad64a947be3eadaa
parent71ff3830df5bb175e94a73d5187cea93d87fa5bc

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 @@
88 .file "sincos.S"
99 .text
1010 .align 2
11 /* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
1112 .globl __MINGW_USYMBOL(sincosl)
1213 .def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
1314__MINGW_USYMBOL(sincosl):
lib/libc/mingw/math/arm64/sincos.S+1
......@@ -8,6 +8,7 @@
88 .file "sincos.S"
99 .text
1010 .align 2
11 /* zig patch: remove sincos symbol because sincos in compiler_rt is used instead */
1112 .globl __MINGW_USYMBOL(sincosl)
1213 .def __MINGW_USYMBOL(sincosl); .scl 2; .type 32; .endef
1314__MINGW_USYMBOL(sincosl):