mailing list of musl libc
 help / color / mirror / code / Atom feed
3112bc3890bc8f07398113abecc45d6a23d9dbe6 blob 186 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
.global __syscall
.hidden __syscall
.type   __syscall,@function
.align 4
__syscall:
	mov	a8, a3
	mov	a3, a4
	mov	a4, a5
	mov	a5, a6
	mov	a6, a8
	mov	a8, a7
	l32i	a9, a1, 0
	syscall
	ret
debug log:

solving 3112bc3890bc ...
found 3112bc3890bc in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/ ||
	https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/

applying [1/2] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/src/internal/xtensa/syscall.s b/src/internal/xtensa/syscall.s
new file mode 100644
index 000000000000..3112bc3890bc

Checking patch src/internal/xtensa/syscall.s...
Applied patch src/internal/xtensa/syscall.s cleanly.

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for 3112bc3890bc
index at:
100644 3112bc3890bc8f07398113abecc45d6a23d9dbe6	src/internal/xtensa/syscall.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).