summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/avr32/crtn.S
blob: c37f7d20143f2a69b8bd6dd116b32a39e4d66204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

	.section .init
	.align	2
	.global	_init
	.type	_init, @function
	ldm	sp++, r6, pc

	.section .fini
	.align	2
	.global _fini
	.type	_fini, @function
	ldm	sp++, r6, pc