提交 7b75c487 编写于 作者: R Rich Felker

mark mips cancellable syscall code as code

otherwise disassemblers treat it as data.
上级 0e0e4942
...@@ -2,10 +2,13 @@ ...@@ -2,10 +2,13 @@
.global __cp_begin .global __cp_begin
.hidden __cp_begin .hidden __cp_begin
.type __cp_begin,@function
.global __cp_end .global __cp_end
.hidden __cp_end .hidden __cp_end
.type __cp_end,@function
.global __cp_cancel .global __cp_cancel
.hidden __cp_cancel .hidden __cp_cancel
.type __cp_cancel,@function
.hidden __cancel .hidden __cancel
.global __syscall_cp_asm .global __syscall_cp_asm
.hidden __syscall_cp_asm .hidden __syscall_cp_asm
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册