summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/crtn.S
blob: d64ffd02067feb0ada6115b762cc118f967548da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.file	"initfini.c"
	
	.section .init
	.align 4
	.global _init
	.type	_init, %function
	.proc	020
	ret
	restore
	
	.section .fini
	.align 4
	.global _fini
	.type	_fini, %function
	.proc	020
	ret
	restore