clarify the purpose of this project
[nyanglibc.git] / csu / crti.s
blob39c2f14f979cc4b2554d7f1cd08e11d7790be737
1 .weak __gmon_start__
2 .section .init,"ax",@progbits
3 .p2align 2
4 .globl _init
5 .hidden _init
6 .type _init, @function
7 _init:
9 subq $8, %rsp
10 movq __gmon_start__@GOTPCREL(%rip), %rax
11 testq %rax, %rax
12 je .Lno_weak_fn
13 call *%rax
14 .Lno_weak_fn:
15 .section .fini,"ax",@progbits
16 .p2align 2
17 .globl _fini
18 .hidden _fini
19 .type _fini, @function
20 _fini:
22 subq $8, %rsp