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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [sysdeps/] [linux/] [m68k/] [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
        link.w %a6,#0
11
#APP
12
 
13
        .align 2
14
 
15
 
16
        .section .fini
17
#NO_APP
18
        .align  2
19
        .globl  _fini
20
        .type   _fini, @function
21
_fini:
22
        link.w %a6,#0
23
#APP
24
        .align 2
25
 
26
 
27
        .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.