0410ab639588817cf92674817e0a5551dc08f44d
[musl] / crt / superh / crti.s
1 .section .init
2 .global  _init
3 .type    _init, @function
4 _init:
5         sts.l pr, @-r15
6         nop
7
8 .section .fini
9 .global  _fini
10 .type    _fini, @function
11 _fini:
12         sts.l pr, @-r15
13         nop