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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [powerpc/] [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
        .align 2
7
        .globl _init
8
        .type   _init, @function
9
_init:
10
        stwu 1,-32(1)
11
        mflr 0
12
        stw 0,36(1)
13
#APP
14
 
15
        .align 2
16
 
17
 
18
        .section .fini
19
#NO_APP
20
        .align 2
21
        .globl _fini
22
        .type   _fini, @function
23
_fini:
24
        stwu 1,-32(1)
25
        mflr 0
26
        stw 0,36(1)
27
#APP
28
        .align 2
29
 
30
 
31
        .ident  "GCC: (GNU) 3.3.1 20030626 (Debian prerelease)"

powered by: WebSVN 2.1.0

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