mailing list of musl libc
 help / color / mirror / code / Atom feed
92091a100f7259d12e0b0c0d6b847ee4a260178b blob 310 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
__asm__(
".text\n"
".global " START "\n"
".type   " START ", %function\n"
START ":\n"
"	lgr  %r2, %r15\n"
"	larl %r3, 1f\n"
"	agf  %r3, 0(%r3)\n"
"	aghi %r15, -160\n"
"	lghi %r0, 0\n"
"	stg  %r0, 0(%r15)\n"
"	jg " START "_c\n"
"	.align 8\n"
".weak   _DYNAMIC\n"
".hidden _DYNAMIC\n"
"1:	.long _DYNAMIC-.\n"
);
debug log:

solving 92091a1 ...
found 92091a1 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).