mailing list of musl libc
 help / color / mirror / code / Atom feed
3a735a6a1c77950029c97e145a1be9bb6b7eeb53 blob 400 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 ___setjmp
.hidden ___setjmp
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp,@function
.type _setjmp,@function
.type setjmp,@function
.align 4
___setjmp:
__setjmp:
_setjmp:
setjmp:
#if defined(__XTENSA_CALL0_ABI__)
	s32i	a0, a2, 0
	s32i	a1, a2, 4
	s32i	a12, a2, 8
	s32i	a13, a2, 12
	s32i	a14, a2, 16
	s32i	a15, a2, 20
	movi	a2, 0
	ret
#else
#error Unsupported Xtensa ABI
#endif
debug log:

solving 3a735a6a ...
found 3a735a6a 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/setjmp/xtensa/setjmp.S b/src/setjmp/xtensa/setjmp.S
new file mode 100644
index 00000000..3a735a6a

Checking patch src/setjmp/xtensa/setjmp.S...
Applied patch src/setjmp/xtensa/setjmp.S cleanly.

index at:
100644 3a735a6a1c77950029c97e145a1be9bb6b7eeb53	src/setjmp/xtensa/setjmp.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).