mailing list of musl libc
 help / color / mirror / code / Atom feed
763f959e27ac806e3aaa1986aa512112fcf01e29 blob 630 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
38
39
40
 
.global __setjmp
.global _setjmp
.global setjmp
.type __setjmp,%function
.type _setjmp,%function
.type setjmp,%function
__setjmp:
_setjmp:
setjmp:
	mov ip,r0
	stmia ip!,{v1,v2,v3,v4,v5,v6,sl,fp,sp,lr}
	mov r0,#0

	adr r1,1f
	ldr r2,1f
	ldr r1,[r1,r2]

	tst r1,#0x20
	stcne p2, cr4, [ip], #48

	tst r1,#0x40
	stcne p11, cr8, [ip], #68
	mrcne p10, 7, r2, cr1, cr0, 0
	strne r2, [ip], #4

	tst r1,#0x200
	beq 2f
	stcl p1, cr10, [ip], #8
	stcl p1, cr11, [ip], #8
	stcl p1, cr12, [ip], #8
	stcl p1, cr13, [ip], #8
	stcl p1, cr14, [ip], #8
	stcl p1, cr15, [ip], #8

2:	tst lr,#1
	moveq pc,lr
	bx lr

.hidden __hwcap
1:	.word __hwcap-1b
debug log:

solving 763f959 ...
found 763f959 in https://inbox.vuxu.org/musl/20120729003139.GA4649@brightrain.aerifal.cx/
found 6985caa in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 6985caab91652c009184c92d6a6d8beb3cf829d6	src/setjmp/arm/setjmp.s

applying [1/1] https://inbox.vuxu.org/musl/20120729003139.GA4649@brightrain.aerifal.cx/
diff --git a/src/setjmp/arm/setjmp.s b/src/setjmp/arm/setjmp.s
index 6985caa..763f959 100644

Checking patch src/setjmp/arm/setjmp.s...
Applied patch src/setjmp/arm/setjmp.s cleanly.

index at:
100644 763f959e27ac806e3aaa1986aa512112fcf01e29	src/setjmp/arm/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).