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

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

.section .init
.global _init
.align 3
_init:
	dsubu	$sp, $sp, 32
	sd	$gp, 16($sp)
	sd	$ra, 24($sp)

.section .fini
.global _fini
.align 3
_fini:
	dsubu	$sp, $sp, 32
	sd	$gp, 16($sp)
	sd	$ra, 24($sp)
debug log:

solving f2c19cdd ...
found f2c19cdd in https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
found c962dd09 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c962dd099bfe9f017055548f8cc278ab04f3678a	crt/mips64/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20201030184402.807422-1-raj.khem@gmail.com/
diff --git a/crt/mips64/crti.s b/crt/mips64/crti.s
index c962dd09..f2c19cdd 100644

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

index at:
100644 f2c19cdd9cadda792b5efc9ee3cfc3abc502d4c6	crt/mips64/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).