summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/c6x/crtn.S
blob: 37e799df31b2c0196d847daa7e3785d2d7374065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file supplies function epilogues for the .init and .fini sections.
 * It is linked in after all other files.
 */

	.section .init
	ldw .d2t2	*+B15(4), B3
	add .d2		B15, 8, B15
	nop		3
	ret .s2		B3
	nop		5

	.section .fini
	ldw .d2t2	*+B15(4), B3
	add .d2		B15, 8, B15
	nop		3
	ret .s2		B3
	nop		5