summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/crtn.S
blob: bf847ab002e2b5742f32318aec7065a27bccbb59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.section .init
	.align 2
	.globl _init
	ldq $26,0($30)
	lda $30,16($30)
	ret $31,($26),1

	.section .fini
	.align 2
	.globl _fini
	ldq $26,0($30)
	lda $30,16($30)
	ret $31,($26),1