mailing list of musl libc
 help / color / mirror / code / Atom feed
168669a9336bf86a98f0d6aeab1ea2dbd8302f49 blob 416 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
__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"
"	lwz    4, 1f-" START "(12)\n"
"	add    4, 4, 12 \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"
".weak   _DYNAMIC \n"
".hidden _DYNAMIC \n"
"1:	.long _DYNAMIC-" START "\n"
);
debug log:

solving 168669a ...
found 168669a in https://git.vuxu.org/mirror/musl/

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