mailing list of musl libc
 help / color / mirror / code / Atom feed
c480d0dca4b178876fd70fee3b8f028f3d190d49 blob 622 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
26
27
28
29
30
31
32
33
34
35
36
37
 
.set noreorder

.global _longjmp
.global longjmp
.type _longjmp,@function
.type longjmp,@function
_longjmp:
longjmp:
	move	$2, $5
	bne	$2, $0, 1f	# if return value is 0, make it as 1 else no changes made in $2
	nop
	daddu	$2, $2, 1
1:
#ifndef __mips_soft_float
	ldc1	$24, 96($4)
	ldc1	$25, 104($4)
	ldc1	$26, 112($4)
	ldc1	$27, 120($4)
	ldc1	$28, 128($4)
	ldc1	$29, 136($4)
	ldc1	$30, 144($4)
	ldc1	$31, 152($4)
#endif
	ld	$ra, 0($4)
	ld	$sp, 8($4)
	ld	$gp, 16($4)
	ld	$16, 24($4)
	ld	$17, 32($4)
	ld	$18, 40($4)
	ld	$19, 48($4)
	ld	$20, 56($4)
	ld	$21, 64($4)
	ld	$22, 72($4)
	ld	$23, 80($4)
	ld	$30, 88($4)
	jr	$ra
	nop
debug log:

solving c480d0d ...
found c480d0d in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/src/setjmp/mips64/longjmp.S b/src/setjmp/mips64/longjmp.S
new file mode 100644
index 0000000..c480d0d

Checking patch src/setjmp/mips64/longjmp.S...
Applied patch src/setjmp/mips64/longjmp.S cleanly.

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for c480d0d
index at:
100644 c480d0dca4b178876fd70fee3b8f028f3d190d49	src/setjmp/mips64/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).