mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-23 02:53:07 +03:00
mark mips cancellable syscall code as code
otherwise disassemblers treat it as data.
This commit is contained in:
parent
0e0e49421f
commit
7b75c4877d
@ -2,10 +2,13 @@
|
||||
|
||||
.global __cp_begin
|
||||
.hidden __cp_begin
|
||||
.type __cp_begin,@function
|
||||
.global __cp_end
|
||||
.hidden __cp_end
|
||||
.type __cp_end,@function
|
||||
.global __cp_cancel
|
||||
.hidden __cp_cancel
|
||||
.type __cp_cancel,@function
|
||||
.hidden __cancel
|
||||
.global __syscall_cp_asm
|
||||
.hidden __syscall_cp_asm
|
||||
|
Loading…
x
Reference in New Issue
Block a user