summaryrefslogtreecommitdiff
path: root/crti.s
blob: 6ea61675a6613b0c7017d1199188f469dd9d98fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
	.seg	".init"
	.globl	_init
	.type	_init,#function
_init:
	save	%sp,-96,%sp

	.seg	".fini"
	.globl	_fini
	.type	_fini,#function
_fini:
	save	%sp,-96,%sp