1/*
2 * This file supplies function epilogues for the .init and .fini sections.
3 * It is linked in after all other files.
4 */
5
6	.section .init
7	ldw .d2t2	*+B15(4), B3
8	add .d2		B15, 8, B15
9	nop		3
10	ret .s2		B3
11	nop		5
12
13	.section .fini
14	ldw .d2t2	*+B15(4), B3
15	add .d2		B15, 8, B15
16	nop		3
17	ret .s2		B3
18	nop		5
19
20