summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-riscv.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-11tools/nolibc: add auxiliary vector retrieval for riscvWilly Tarreau1-0/+10
2023-01-11tools/nolibc: export environ as a weak symbol on riscvWilly Tarreau1-0/+4
2023-01-11tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau1-12/+0
2023-01-11tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau1-17/+19
2023-01-09tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2022-08-31tools/nolibc: make argc 32-bit in riscv startup codeWilly Tarreau1-1/+1
2022-04-21tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi1-1/+0
2022-04-21tools/nolibc: Replace `asm` with `__asm__`Ammar Faizi1-37/+37
2022-04-21tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau1-0/+1
2022-04-21tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau1-0/+204