repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adjust makefile to make crt/ and ldso/ sources arch-replaceable
[musl.git]
/
crt
/
x86_64
/
crti.s
blob
4788968b2202379034da35d9a259aa86f2997549
1
.section .init
2
.global _init
3
_init
:
4
push
%
rax
5
6
.section .fini
7
.global _fini
8
_fini
:
9
push
%
rax