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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
.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 c962dd09 ...
found c962dd09 in https://git.vuxu.org/mirror/musl/

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