summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/kvx/crtn.S
blob: c1ba480964fa67c8ae95fb2d0261a0194957eed7 (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
31
32
33
/*
 * This file is subject to the terms and conditions of the LGPL V2.1
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2018 Kalray Inc.
 */

	.section .init
	.align 8
	.global	_init
	.type	 _init,@function
	# EPILOGUE
	lq $r14r15 = 0[$sp]
	;;
	set $ra = $r15
	addd $sp = $sp, 32
	;;
	ret
	;;

	.section .fini
	.align 8
	.global	_fini
	.type	 _fini,@function
	# EPILOGUE
	lq $r14r15 = 0[$sp]
	;;
	set $ra = $r15
	addd $sp = $sp, 32
	;;
	ret
	;;