summaryrefslogblamecommitdiffstats
path: root/lib/crt/x86_64/crti.s
blob: 0f06273c703dbbc649636249d3bc385440b30895 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                   
.section .init
.global _init
_init:
    pushq %rbp
    movq %rsp, %rbp

.section .fini
.global _fini
_fini:
    pushq %rbp
    movq %rsp, %rbp