mailing list of musl libc
 help / color / mirror / code / Atom feed
606490cf804530fd6e903cef35fc4aa730e51231 blob 174 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
.file "crtn.s"
.set noreorder

.section .init
	lw $gp,24($sp)
	lw $ra,28($sp)
	j $ra
	addu $sp,$sp,32

.section .fini
	lw $gp,24($sp)
	lw $ra,28($sp)
	j $ra
	addu $sp,$sp,32
debug log:

solving 606490cf ...
found 606490cf in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
found 506a04b7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 506a04b78c0d0a02e8d687935390bb9fbf5c15db	crt/mips/crtn.s

applying [1/1] https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/mips/crtn.s b/crt/mips/crtn.s
index 506a04b7..606490cf 100644

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

index at:
100644 606490cf804530fd6e903cef35fc4aa730e51231	crt/mips/crtn.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).