]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/crti.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / c6x / crti.S
1 /*
2  * This file just supplies function prologues for the .init and .fini
3  * sections.  It is linked in before crtbegin.o.
4  */
5
6         .section .init
7         .globl  _init
8         .type   _init,@function
9 _init:
10         add     .l2     -8, B15, B15
11         stw     .d2t2   B3,*+B15(4)
12         .section .fini
13         .globl  _fini
14         .type   _fini,@function
15 _fini:
16         add     .l2     -8, B15, B15
17         stw     .d2t2   B3,*+B15(4)