riscv64: fix linking with binutils 2.40
[uclibc-ng.git] / libc / sysdeps / linux / x86_64 / crti.S
blob11491db4d8f30f2459647f2666782948d56bfce0
1 /* glibc's sysdeps/x86_64/elf/initfini.c used for reference [PROLOG] */
5 .section .init
6 .global  _init
7 .type    _init, %function
8 _init:
9         subq    $8, %rsp
12 .section .fini
13 .global  _fini
14 .type    _fini, %function
15 _fini:
16         subq    $8, %rsp