implement ffsl and ffsll functions
[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