]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/crtn.S
19125048729331dc034b485f864c549f36585229
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / i386 / crtn.S
1 .file "initfini.c"
2
3 .section .init
4 .global _init
5 .type   _init,%function
6         popl    %ebx
7         popl    %ebp
8         ret
9 .size _init,.-_init
10
11
12
13 .section .fini
14 .global _fini
15 .type   _fini,%function
16         popl    %ebx
17         popl    %ebp
18         ret
19 .size _fini,.-_fini
20
21
22
23 .section .gnu.linkonce.t.__get_pc_thunk_bx,"ax",@progbits
24 .global __get_pc_thunk_bx
25 .hidden __get_pc_thunk_bx
26 .type   __get_pc_thunk_bx,%function
27 __get_pc_thunk_bx:
28         movl    (%esp), %ebx
29         ret