mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Added zig patch comments to annotate the deletion of the sincos symbol
This commit is contained in:
parent
71ff3830df
commit
7bc3f294ce
@ -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):
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user