]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/crti.S
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / hppa / crti.S
1 /* glibc's sysdeps/hppa/elf/initfini.c used for reference [PROLOG] */
2
3         .section .init
4         .align 4
5         .globl _init
6         .type _init,@function
7 _init:
8         stw     %rp,-20(%sp)
9         stwm    %r4,64(%sp)
10         stw     %r19,-32(%sp)
11         copy    %r19,%r4        /* delay slot */
12         copy    %r4,%r19
13
14
15
16         .section .fini
17         .align 4
18         .globl _fini
19         .type _fini,@function
20 _fini:
21         stw     %rp,-20(%sp)
22         stwm    %r4,64(%sp)
23         stw     %r19,-32(%sp)
24         copy    %r19,%r4