mailing list of musl libc
 help / color / mirror / code / Atom feed
b22042a25dd5e9bbdf85e483d1b8e9843839d373 blob 480 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
 
.global _longjmp
.global longjmp
.type _longjmp,%function
.type longjmp,%function
_longjmp:
longjmp:
	// IHI0055B_aapcs64.pdf 5.1.1, 5.1.2 callee saved registers
	ldp x19, x20, [x0,#0]
	ldp x21, x22, [x0,#16]
	ldp x23, x24, [x0,#32]
	ldp x25, x26, [x0,#48]
	ldp x27, x28, [x0,#64]
	ldp x29, x30, [x0,#80]
	ldr x2, [x0,#104]
	mov sp, x2
	ldp d8 , d9, [x0,#112]
	ldp d10, d11, [x0,#128]
	ldp d12, d13, [x0,#144]
	ldp d14, d15, [x0,#160]

	cmp w1, 0
	csinc w0, w1, wzr, ne
1:	br x30
debug log:

solving b22042a2 ...
found b22042a2 in https://inbox.vuxu.org/musl/20200812214405.GE879655@port70.net/
found 7c4655fa in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 7c4655fa968c874fb79962f35e0d32cc79edc226	src/setjmp/aarch64/longjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20200812214405.GE879655@port70.net/
diff --git a/src/setjmp/aarch64/longjmp.s b/src/setjmp/aarch64/longjmp.s
index 7c4655fa..b22042a2 100644

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

index at:
100644 b22042a25dd5e9bbdf85e483d1b8e9843839d373	src/setjmp/aarch64/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).