mailing list of musl libc
 help / color / mirror / code / Atom feed
4de1d346d605538b1297aaef75e8db4621c9acdd blob 415 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
 
.hidden _DYNAMIC
.hidden __dlstart_c
.set noreorder
.set nomacro
.global _dlstart
.type _dlstart,@function
_dlstart:
	move $fp, $0

	bgezal $0, 1f
	nop
2:	.gpword 2b
	.gpword _DYNAMIC
	.gpword __dlstart_c
1:	lw $gp, 0($ra)
	subu $gp, $ra, $gp

	move $4, $sp
	lw $5, 4($ra)
	add $5, $5, $gp
	lw $25, 8($ra)
	add $25, $25, $gp

	move $16, $sp
	and $sp, $sp, -8
	jalr $25
	 subu $sp, $sp, 32

	jr $2
	 lw $sp, -4($16)
debug log:

solving 4de1d34 ...
found 4de1d34 in https://inbox.vuxu.org/musl/20150411202152.GO6817@brightrain.aerifal.cx/
found 0cadbf8 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 0cadbf8ac96a87f717f46277193496cd6036634d	src/ldso/mips/start.s

applying [1/1] https://inbox.vuxu.org/musl/20150411202152.GO6817@brightrain.aerifal.cx/
diff --git a/src/ldso/mips/start.s b/src/ldso/mips/start.s
index 0cadbf8..4de1d34 100644

Checking patch src/ldso/mips/start.s...
Applied patch src/ldso/mips/start.s cleanly.

index at:
100644 4de1d346d605538b1297aaef75e8db4621c9acdd	src/ldso/mips/start.s

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