aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/sysdeps/ironclad/crt-x86_64/crtn.S
blob: 0187e50f92e31d730dc9e5d35ac48d17764d95d0 (plain)
1
2
3
4
5
6
7
8
9
.section .init
	pop %rax
	ret

.section .fini
	pop %rax
	ret
.section .note.GNU-stack,"",%progbits