OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [i386/] [crti.S] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
        .file   "initfini.c"
2
#APP
3
 
4
        .section .init
5
#NO_APP
6
.globl _init
7
        .type   _init, @function
8
_init:
9
        pushl   %ebp
10
        movl    %esp, %ebp
11
        pushl   %ebx
12
        call    __i686.get_pc_thunk.bx
13
        addl    $_GLOBAL_OFFSET_TABLE_, %ebx
14
#APP
15
 
16
 
17
 
18
 
19
        .section .fini
20
#NO_APP
21
.globl _fini
22
        .type   _fini, @function
23
_fini:
24
        pushl   %ebp
25
        movl    %esp, %ebp
26
        pushl   %ebx
27
        call    __i686.get_pc_thunk.bx
28
        addl    $_GLOBAL_OFFSET_TABLE_, %ebx
29
#APP
30
 
31
 
32
 
33
        .section        .gnu.linkonce.t.__i686.get_pc_thunk.bx,"ax",@progbits
34
.globl __i686.get_pc_thunk.bx
35
        .hidden __i686.get_pc_thunk.bx
36
        .type   __i686.get_pc_thunk.bx, @function
37
__i686.get_pc_thunk.bx:
38
        movl    (%esp), %ebx
39
        ret
40
        .ident  "GCC: (GNU) 3.3.2 (Debian)"

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.