aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/linux/x86/crt-src/crti.S
blob: e2325579bbcf9ccb86da4c446be7094e0468626e (plain)
1
2
3
4
5
6
7
8
9
10
11
.section .init
.global _init
_init:
	pushl %eax

.section .fini
.global _fini
_fini:
	pushl %eax

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