URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [cris/] [crti.S] - Rev 1765
Go to most recent revision | Compare with Previous | Blame | View Log
#NO_APP
.file "initfini.c"
#APP
.section .init
#NO_APP
.align 1
.global _init
.type _init, @function
_init:
Push $srp
subq 4,$sp
movem $r0,[$sp]
move.d $pc,$r0
sub.d .:GOTOFF,$r0
#APP
.align 1
.section .fini
#NO_APP
.align 1
.global _fini
.type _fini, @function
_fini:
Push $srp
subq 4,$sp
movem $r0,[$sp]
move.d $pc,$r0
sub.d .:GOTOFF,$r0
#APP
.align 1
/*@TRAILER_BEGINS*/
Go to most recent revision | Compare with Previous | Blame | View Log