mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Added zig patch comments to annotate the deletion of the sincos symbol
This commit is contained in:
parent
71ff3830df
commit
7bc3f294ce
2 changed files with 2 additions and 0 deletions
1
lib/libc/mingw/math/arm/sincos.S
vendored
1
lib/libc/mingw/math/arm/sincos.S
vendored
|
|
@ -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):
|
||||
|
|
|
|||
1
lib/libc/mingw/math/arm64/sincos.S
vendored
1
lib/libc/mingw/math/arm64/sincos.S
vendored
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue