2013-10-05 10:13:18 +00:00
|
|
|
.section .init
|
|
|
|
.global _init
|
|
|
|
.type _init, @function
|
|
|
|
_init:
|
2015-09-12 02:50:28 +00:00
|
|
|
add #-4, r15
|
|
|
|
mov.l r12, @-r15
|
|
|
|
mov.l r14, @-r15
|
2013-10-05 10:13:18 +00:00
|
|
|
sts.l pr, @-r15
|
2015-09-12 02:50:28 +00:00
|
|
|
mov r15, r14
|
2013-10-05 10:13:18 +00:00
|
|
|
nop
|
|
|
|
|
|
|
|
.section .fini
|
|
|
|
.global _fini
|
|
|
|
.type _fini, @function
|
|
|
|
_fini:
|
2015-09-12 02:50:28 +00:00
|
|
|
add #-4, r15
|
|
|
|
mov.l r12, @-r15
|
|
|
|
mov.l r14, @-r15
|
2013-10-05 10:13:18 +00:00
|
|
|
sts.l pr, @-r15
|
2015-09-12 02:50:28 +00:00
|
|
|
mov r15, r14
|
2013-10-05 10:13:18 +00:00
|
|
|
nop
|