mailing list of musl libc
 help / color / mirror / code / Atom feed
5c35f1d8b5e2f6c342c445b114397d85f090ef1c blob 685 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
 
.set noreorder
.global	__setjmp
.global	_setjmp
.global	setjmp
.type __setjmp,@function
.type _setjmp,@function
.type setjmp,@function
__setjmp:
_setjmp:
setjmp:
	sd	$ra, 0($4)
	sd	$sp, 8($4)
	sd	$gp, 16($4)		# $gp is callee save register
	sd	$16, 24($4)		# saving gp callee save registers
	sd	$17, 32($4)
	sd	$18, 40($4)
	sd	$19, 48($4)
	sd	$20, 56($4)
	sd	$21, 64($4)
	sd	$22, 72($4)
	sd	$23, 80($4)
	sd	$30, 88($4)
#ifndef __mips_soft_float
	sdc1	$24, 96($4)	# saving FP callee save registers
	sdc1	$25, 104($4)
	sdc1	$26, 112($4)
	sdc1	$27, 120($4)
	sdc1	$28, 128($4)
	sdc1	$29, 136($4)
	sdc1	$30, 144($4)
	sdc1	$31, 152($4)
#endif
	jr	$ra
	li	$2, 0		# making return value as zero
debug log:

solving 5c35f1d ...
found 5c35f1d 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/setjmp.S b/src/setjmp/mips64/setjmp.S
new file mode 100644
index 0000000..5c35f1d

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

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