summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/crt1.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/riscv64/crt1.S')
-rw-r--r--libc/sysdeps/linux/riscv64/crt1.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/riscv64/crt1.S b/libc/sysdeps/linux/riscv64/crt1.S
index 1e8403d26..5e33046d4 100644
--- a/libc/sysdeps/linux/riscv64/crt1.S
+++ b/libc/sysdeps/linux/riscv64/crt1.S
@@ -52,9 +52,6 @@ _start:
la a0, main
REG_L a1, 0(sp) /* argc. */
addi a2, sp, SZREG /* argv. */
- /*
- * No support fo app_init/app_fini as we don't support shared libraries.
- */
mv a3, zero
mv a4, zero
andi sp, sp, ALMASK /* Align stack. */