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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
.global __syscall
.hidden __syscall
.type   __syscall,@function
.align 4
__syscall:
#ifdef __XTENSA_WINDOWED_ABI__
	entry	a1, 16
#endif
	mov	a8, a3
	mov	a3, a4
	mov	a4, a5
	mov	a5, a6
	mov	a6, a8
	mov	a8, a7
#if defined(__XTENSA_WINDOWED_ABI__)
	l32i	a9, a1, 16
	syscall
	retw
#elif defined(__XTENSA_CALL0_ABI__)
	l32i	a9, a1, 0
	syscall
	ret
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving f09a46e8 ...
found f09a46e8 in https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/

applying [1/1] https://inbox.vuxu.org/musl/20240227232430.GM4163@brightrain.aerifal.cx/
diff --git a/src/internal/xtensa/syscall.S b/src/internal/xtensa/syscall.S
new file mode 100644
index 00000000..f09a46e8

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

index at:
100644 f09a46e82966d24245f0d2376caf632b20e29548	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).