mailing list of musl libc
 help / color / mirror / code / Atom feed
b79d10302334e27f6fdf0cde33664b8eebea96c9 blob 264 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
# to return from signal handler and cleanup stack frame 
.set noreorder

.global __restore_rt
.global __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
	li	$2, 5211	# __NR_rt_sigreturn,n64 and n32 have rt_sigreturn
	syscall
debug log:

solving b79d103 ...
found b79d103 in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/src/signal/mips64/restore.s b/src/signal/mips64/restore.s
new file mode 100644
index 0000000..b79d103

1:7: trailing whitespace.
# to return from signal handler and cleanup stack frame 
Checking patch src/signal/mips64/restore.s...
Applied patch src/signal/mips64/restore.s cleanly.
warning: 1 line adds whitespace errors.

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for b79d103
index at:
100644 b79d10302334e27f6fdf0cde33664b8eebea96c9	src/signal/mips64/restore.s

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).