repo.or.cz
/
uclibc-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
riscv64: fix linking with binutils 2.40
[uclibc-ng.git]
/
libc
/
sysdeps
/
linux
/
powerpc
/
crtn.S
blob
938367caa25984532450f84d3dee700a045f583c
1
.file "initfini.c"
2
3
.section .init
4
.align 2
5
.globl _init
6
.type _init, @function
7
8
lwz 0,36(1)
9
addi 1,1,32
10
mtlr 0
11
blr
12
13
.section .fini
14
.align 2
15
.globl _fini
16
.type _fini, @function
17
18
lwz 0,36(1)
19
addi 1,1,32
20
mtlr 0
21
blr