mailing list of musl libc
 help / color / mirror / code / Atom feed
0211764e08990f765ee5fd12824420e2ee600ecf blob 264 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
.file "crti.s"
.set noreorder

.section .init
.global _init
.type _init,@function
.align 2
_init:
	subu $sp,$sp,32
	sw $gp,24($sp)
	sw $ra,28($sp)

.section .fini
.global _fini
.type _fini,@function
.align 2
_fini:
	subu $sp,$sp,32
	sw $gp,24($sp)
	sw $ra,28($sp)
debug log:

solving 0211764e ...
found 0211764e in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
found 39dee380 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 39dee38004d934f77fe97375d2277d840c8a3a90	crt/mips/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/mips/crti.s b/crt/mips/crti.s
index 39dee380..0211764e 100644

Checking patch crt/mips/crti.s...
Applied patch crt/mips/crti.s cleanly.

index at:
100644 0211764e08990f765ee5fd12824420e2ee600ecf	crt/mips/crti.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).