summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nds32/crtn.S
blob: 7cc543e20c04545561a9ca700158171c64270b19 (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
/*
 * Copyright (C) 2016 Andes Technology, Inc.
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

	.pic
#APP
	.section .init
	! epilogue
	addi 	$sp,$fp,#-4
	lmw.bim $sp,[$sp],$sp,#0x6
	lwi.bi  $fp,[$sp],#4
	ret
.LFE28:
	.section .fini
#NO_APP
	! epilogue
	addi 	$sp,$fp,#-4
	lmw.bim $sp,[$sp],$sp,#0x6
	lwi.bi  $fp,[$sp],#4
	ret
.LFE29:
#APP
	.ident	"GCC: (GNU) 3.4.4"