riscv64: fix linking with binutils 2.40
[uclibc-ng.git] / libc / sysdeps / linux / riscv64 / crti.S
blob176de9199119191fd9426424c5c9618bb60a2d3c
1 /* dummy _init and _fini */
3         .section .init
4         .globl  _init
5         .align  2
6         .type   _init,@function
8 _init:
11         .section .fini
12         .global _fini
13         .align  2
14         .type   _fini,@function
16 _fini: