mailing list of musl libc
 help / color / mirror / code / Atom feed
14fa28d99d74a15bf9b85bfd90ed53ae7dd4f451 blob 256 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
.set	noreorder
.section	.init
.global	_init
.type	_init,@function
.align	2
_init:
	subu	$sp, $sp, 32
	sd	$gp, 16($sp)
	sd	$ra, 24($sp)

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

solving 14fa28d9 ...
found 14fa28d9 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).