URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [sh/] [crtn.S] - Rev 1765
Compare with Previous | Blame | View Log
.file "crtn.S"
.text
.section .init
.hidden _init
.align 1
.global _init
.type _init, @function
mov r14,r15
lds.l @r15+,pr
mov.l @r15+,r14
rts
mov.l @r15+,r12
.L8:
.align 2
.L6:
.L7:
.size _init, .-_init
.section .fini
.hidden _fini
.align 1
.global _fini
.type _fini, @function
mov r14,r15
lds.l @r15+,pr
mov.l @r15+,r14
rts
mov.l @r15+,r12
.L13:
.align 2
.L11:
.L12:
.size _fini, .-_fini
.ident "GCC: (GNU) 3.3.2"