aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/arch-riscv.h
AgeCommit message (Expand)Author
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh
2023-10-12tools/nolibc: automatically detect necessity to use pselect6Thomas Weißschuh
2023-08-23tools/nolibc: riscv: shrink _start with _start_cZhangjin Wu
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: riscv: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: riscv: Fix up load/store instructions for rv32Zhangjin Wu
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-01-10tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau
2023-01-10tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau
2023-01-10tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau
2023-01-10tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2022-08-31tools/nolibc: make argc 32-bit in riscv startup codeWilly Tarreau
2022-04-20tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2022-04-20tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi
2022-04-20tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2022-04-20tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau