Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/ crti.s version 1.0 for tcc/trans386_Solaris
2
 
3
.file "crti.s"
4
.text
5
 
6
.section .init
7
.type _init,@function
8
.globl _init
9
.align 16
10
_init:
11
 
12
.section .fini
13
.type _fini,@function
14
.globl _fini
15
.align 16
16
_fini: