summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/crt1.S
AgeCommit message (Collapse)Author
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-07-05riscv: clear a3/a4 in crt1Christoph Hellwig
We don't support shared libraries and thus _init/_fini. But loading nommu binaries blows they aren't cleared, so do that. Signed-off-by: Christoph Hellwig <hch@lst.de>
2018-06-10risc-v: initial 64 bit port, static only (no TLS/NPTL)Waldemar Brodkorb
Only a simple hello world is tested in qemu system emulation.