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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
.global _longjmp
.global longjmp
.type _longjmp,@function
.type longjmp,@function
.align 4
_longjmp:
longjmp:
	l32i	a0, a2, 0
	l32i	a1, a2, 4
	l32i	a12, a2, 8
	l32i	a13, a2, 12
	l32i	a14, a2, 16
	l32i	a15, a2, 20

	movi	a2, 1
	movnez	a2, a3, a3

	ret
debug log:

solving c650126c5354 ...
found c650126c5354 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/setjmp/xtensa/longjmp.s b/src/setjmp/xtensa/longjmp.s
new file mode 100644
index 000000000000..c650126c5354

Checking patch src/setjmp/xtensa/longjmp.s...
Applied patch src/setjmp/xtensa/longjmp.s cleanly.

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for c650126c5354
index at:
100644 c650126c5354b2dcec5af3160da399bb0943e0da	src/setjmp/xtensa/longjmp.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).