projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0e494
)
mark mips cancellable syscall code as code
author
Rich Felker
<dalias@aerifal.cx>
Mon, 25 May 2015 19:56:36 +0000
(15:56 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 25 May 2015 19:56:36 +0000
(15:56 -0400)
otherwise disassemblers treat it as data.
src/thread/mips/syscall_cp.s
patch
|
blob
|
history
diff --git
a/src/thread/mips/syscall_cp.s
b/src/thread/mips/syscall_cp.s
index 399289e3134b83125a75809a712802d8a3938d69..8f76d40e1ebf2976f4139caaf735f781e098e50a 100644
(file)
--- a/
src/thread/mips/syscall_cp.s
+++ b/
src/thread/mips/syscall_cp.s
@@
-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