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
/
arm
/
crtn.s
blob
dc020f92ef89893247d42640152325315b7c1e8e
1
.syntax unified
2
3
.section .init
4
pop
{
r0
,
lr
}
5
bx
lr
6
7
.section .fini
8
pop
{
r0
,
lr
}
9
bx
lr