summaryrefslogtreecommitdiff
path: root/LibC/crti.S
blob: a67c77c71c45eb9ef27d4d50e742437910677210 (plain)
1
2
3
4
5
6
7
8
9
.global _init
.section .init
_init:
    push %ebp

.global _fini
.section .fini
_fini:
    push %ebp