aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/linux/x86/crt-src/crtn.S
blob: d890289fb383437ad943cbdafd7cbf7f6d0269e7 (plain)
1
2
3
4
5
6
7
8
9
.section .init
	popl %eax
	ret

.section .fini
	popl %eax
	ret

.section .note.GNU-stack,"",%progbits