Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | riscv64: partially revert cb9d1f53717dd67892ba943626f3d1b46f3e760b, fixes no ↵ | Waldemar Brodkorb | |
MMU ELF | |||
2019-11-06 | riscv64: lazy relocations do not work like sparc/m68k | Waldemar Brodkorb | |
2019-07-05 | riscv: clear a3/a4 in crt1 | Christoph 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-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb | |
Only a simple hello world is tested in qemu system emulation. |