summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/crtn.S
blob: c6fec15ba03a576bdd244dd8f572d48fc0e22ab6 (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
	.set noat
	.set noreorder
	.set nomacro
	.set	macro
	
	.section .init
	.set	nomacro
	.align 2
	.globl _init
	.ent _init
	.set	nomacro
	ldq $26,0($30)
	lda $30,16($30)
	ret $31,($26),1
	.end _init
	.set	macro
	
	.section .fini
	.set	nomacro
	.align 2
	.globl _fini
	.ent _fini
	.set	nomacro
	ldq $26,0($30)
	lda $30,16($30)
	ret $31,($26),1
	.end _fini
	.set	macro
	
	.ident	"GCC: (GNU) 3.3.2"