URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [m68k/] [crtn.S] - Rev 1765
Compare with Previous | Blame | View Log
.file "initfini.c"
#APP
.section .init
#NO_APP
.align 2
.globl _init
.type _init, @function
#NO_APP
unlk %a6
rts
.size _init, .-_init
#APP
.section .fini
#NO_APP
.align 2
.globl _fini
.type _fini, @function
#NO_APP
unlk %a6
rts
.size _fini, .-_fini
#APP
.ident "GCC: (GNU) 3.3.2"