summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/xtensa/crti.S
blob: a01c02c9fd8d10dddfcc1781bb0373924c2cdda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* glibc's sysdeps/xtensa/elf/initfini.c used for reference [PROLOG] */

	.section .init
	.align	4
	.global	_init
	.type	_init, @function
_init:
	entry	sp, 48


	.section .fini
	.align	4
	.global	_fini
	.type	_fini, @function
_fini:
	entry	sp, 48