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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [v850/] [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 1
7
        .global __init
8
        .type   __init, @function
9
__init:
10
        jarl __save_r31, r10
11
#APP
12
 
13
        .align 1
14
 
15
 
16
        .section .fini
17
#NO_APP
18
        .align 1
19
        .global __fini
20
        .type   __fini, @function
21
__fini:
22
        jarl __save_r31, r10
23
#APP
24
        .align 1
25
 
26
 
27
        .ident  "GCC: (GNU) 3.3.2"

powered by: WebSVN 2.1.0

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