summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/vax/crti.S
blob: e75eb5ca199e42f9650c7b3df2599eedfc3c25ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
	.file	"initfini.c"
	.version	"01.01"
gcc2_compiled.:
__gnu_compiled_c:
#APP
	
	.section .init
#NO_APP
	.align 1
.globl _init
	.type	 _init,@function
_init:
	.word 0x0
#APP
	
	.align 1
	
	
	.section .fini
#NO_APP
	.align 1
.globl _fini
	.type	 _fini,@function
_fini:
	.word 0x0
#APP
	.align 1
	
	
	.ident	"GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)"