mailing list of musl libc
 help / color / mirror / code / Atom feed
0605511d6e5eea9104266685899a0737acd5a9e6 blob 400 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
__asm__(
".text \n"
".global " START " \n"
".type   " START ", %function \n"
START ": \n"
"	addis 2, 12, .TOC.-" START "@ha \n"
"	addi  2,  2, .TOC.-" START "@l \n"
"	bl 1f \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
"	.long _DYNAMIC-. \n"
"1:	mflr 4 \n"
"	lwz 3, 0(4) \n"
"	add 4, 3, 4 \n"
"	mr 3, 1 \n"
"	clrrdi 1, 1, 4 \n"
"	li 0, 0 \n"
"	stdu 0, -32(1) \n"
"	mtlr 0 \n"
"	bl " START "_c \n"
);
debug log:

solving 0605511 ...
found 0605511 in https://inbox.vuxu.org/musl/1459113619-24090-3-git-send-email-koorogi@koorogi.info/

applying [1/1] https://inbox.vuxu.org/musl/1459113619-24090-3-git-send-email-koorogi@koorogi.info/
diff --git a/arch/powerpc64/crt_arch.h b/arch/powerpc64/crt_arch.h
new file mode 100644
index 0000000..0605511

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

index at:
100644 0605511d6e5eea9104266685899a0737acd5a9e6	arch/powerpc64/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).