mailing list of musl libc
 help / color / mirror / code / Atom feed
78832b08547de36059d35d6f783b3993c454b917 blob 593 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
 
__asm__(
".set push\n"
".set noreorder\n"
".set nomicromips\n"
".text \n"
".global _" START "\n"
".global " START "\n"
".type   _" START ", @function\n"
".type   " START ", @function\n"
"_" START ":\n"
"" START ":\n"
"	bal 1f \n"
"	 move $fp, $0 \n"
"	.gpword . \n"
"	.gpword " START "_c \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
"	.gpword _DYNAMIC \n"
"1:	lw $gp, 0($ra) \n"
"	subu $gp, $ra, $gp \n"
"	move $4, $sp \n"
"	lw $5, 8($ra) \n"
"	addu $5, $5, $gp \n"
"	lw $25, 4($ra) \n"
"	addu $25, $25, $gp \n"
"	and $sp, $sp, -8 \n"
"	jalr $25 \n"
"	 subu $sp, $sp, 16 \n"
".set pop \n"
);
debug log:

solving 78832b0 ...
found 78832b0 in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2CAB5@PUMAIL01.pu.imgtec.org/
found 9fc50d7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 9fc50d7caccb86783606cee4ed8d291037b7eb5d	arch/mips/crt_arch.h

applying [1/1] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349DAE2CAB5@PUMAIL01.pu.imgtec.org/
diff --git a/arch/mips/crt_arch.h b/arch/mips/crt_arch.h
index 9fc50d7..78832b0 100644

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

index at:
100644 78832b08547de36059d35d6f783b3993c454b917	arch/mips/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).