mailing list of musl libc
 help / color / mirror / code / Atom feed
9f9428cf1927a98bcd5aac0bf8c90cdb87747c73 blob 567 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
__asm__(
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
".text \n"
".global " START " \n"
".type " START ", %function \n"
START ": \n"
"                                       // Find _DYNAMIC\n"
"       jump 1f\n"
".word  _DYNAMIC - .\n"
"1:     r2 = pc\n"
"       r2 = add(r2, #-4)\n"
"       r1 = memw(r2)\n"
"       r1 = add(r2, r1)\n"
"	r30 = #0			// Signals the end of backtrace\n"
"	r0 = r29			// Pointer to argc/argv\n"
"	r29 = and(r29, #-16)		// Align\n"
"	memw(r29+#-8) = r29\n"
"	r29 = add(r29, #-8)\n"
"	call " START "_c \n"
".size " START ", .-" START "\n"
);
debug log:

solving 9f9428cf ...
found 9f9428cf in https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/

applying [1/1] https://inbox.vuxu.org/musl/142401d71522$64665b60$2d331220$@codeaurora.org/
diff --git a/arch/hexagon/crt_arch.h b/arch/hexagon/crt_arch.h
new file mode 100644
index 00000000..9f9428cf

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

index at:
100644 9f9428cf1927a98bcd5aac0bf8c90cdb87747c73	arch/hexagon/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).