mailing list of musl libc
 help / color / mirror / code / Atom feed
66080422c9c3556b86fe66d3d88c57ba8cd0aa27 blob 356 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
__asm__(
".text \n"
".global " START " \n"
".type " START ",%function \n"
START ": \n"
"	movs a3, #0 \n"
"	mov fp, a3 \n"
"	mov lr, a3 \n"
"	ldr a2, 1f \n"
"	add a2, pc, a2 \n"
"	mov a1, sp \n"
"2:	subs a3, #16 \n"
"	ands a1, a3 \n"
"	mov sp, a1 \n"
"	bl " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
".align 2 \n"
"1:	.word _DYNAMIC-2b \n"
);
debug log:

solving 66080422 ...
found 66080422 in https://inbox.vuxu.org/musl/CALqyXLh0zwXPzvoBLaKx=jQx1eiQ22S2CSjsN47FntJAryst4w@mail.gmail.com/ ||
	https://inbox.vuxu.org/musl/CALqyXLhqNtZ55Nbs62j8yKCQ0mvCzCazSCCF2MTYuhSWUwF6tQ@mail.gmail.com/
found 99508b1d in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 99508b1db405eebf33c1be343e0a13e7bb9e02cd	arch/arm/crt_arch.h

applying [1/2] https://inbox.vuxu.org/musl/CALqyXLh0zwXPzvoBLaKx=jQx1eiQ22S2CSjsN47FntJAryst4w@mail.gmail.com/
diff --git a/arch/arm/crt_arch.h b/arch/arm/crt_arch.h
index 99508b1d..66080422 100644

Checking patch arch/arm/crt_arch.h...
Applied patch arch/arm/crt_arch.h cleanly.

skipping https://inbox.vuxu.org/musl/CALqyXLhqNtZ55Nbs62j8yKCQ0mvCzCazSCCF2MTYuhSWUwF6tQ@mail.gmail.com/ for 66080422
index at:
100644 66080422c9c3556b86fe66d3d88c57ba8cd0aa27	arch/arm/crt_arch.h

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).