Skip to content

Commit 7bc3f29

Browse files
committed
Added zig patch comments to annotate the deletion of the sincos symbol
1 parent 71ff383 commit 7bc3f29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/libc/mingw/math/arm/sincos.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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):

0 commit comments

Comments
 (0)