mailing list of musl libc
 help / color / mirror / code / Atom feed
feb668ad17f0028dff26e5e5e605bf5f5de8f4ad blob 684 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
__asm__(
".set push\n"
".set noreorder\n"
".text \n"
".global _" START "\n"
".global " START "\n"
".global " START "_data\n"
".type   _" START ", @function\n"
".type   " START ", @function\n"
".type   " START "_data, @function\n"
"_" START ":\n"
"" START ":\n"
".align 8 \n"
"	bal 1f \n"
"	 move $fp, $0 \n"
"" START "_data: \n"
"       .gpdword " START "_data \n"
"	.gpdword " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
"	.gpdword _DYNAMIC \n"
"1:	ld $gp, 0($ra) \n"
"	dsubu $gp, $ra, $gp \n"
"	move $4, $sp \n"
"	ld $5, 16($ra) \n"
"	daddu $5, $5, $gp \n"
"	ld $25, 8($ra) \n"
"	daddu $25, $25, $gp \n"
"	and $sp, $sp, -16 \n"
"	jalr $25 \n"
"	nop \n"
".set pop \n"
);
debug log:

solving feb668a ...
found feb668a in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/arch/mips64/crt_arch.h b/arch/mips64/crt_arch.h
new file mode 100644
index 0000000..feb668a

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

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for feb668a
index at:
100644 feb668ad17f0028dff26e5e5e605bf5f5de8f4ad	arch/mips64/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).