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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [sparc/] [crtn.S] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
        .file   "initfini.c"
2
 
3
        .section .init
4
        .align 4
5
        .global _init
6
        .type   _init, #function
7
        .proc   020
8
        ret
9
        restore
10
        .size   _init, .-_init
11
 
12
        .section .fini
13
        .align 4
14
        .global _fini
15
        .type   _fini, #function
16
        .proc   020
17
        ret
18
        restore
19
        .size   _fini, .-_fini
20
 
21
        .ident  "GCC: (GNU) 3.3.2"

powered by: WebSVN 2.1.0

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