summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-mips.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-12tools/nolibc: mips: add support for PICThomas Weißschuh1-1/+6
2023-12-12tools/nolibc: move MIPS ABI validation into arch-mips.hThomas Weißschuh1-0/+4
2023-08-23tools/nolibc: mips: shrink _start with _start_cZhangjin Wu1-38/+8
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu1-28/+0
2023-08-23tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu1-1/+1
2023-08-23tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu1-1/+1
2023-08-23tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu1-1/+26
2023-08-23tools/nolibc: arch-mips.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin Wu1-12/+10
2023-08-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu1-6/+6
2023-08-23tools/nolibc: arch-*.h: fix up code indent errorsZhangjin Wu1-12/+12
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-3/+3
2023-06-09tools/nolibc: mips: add stackprotector supportThomas Weißschuh1-1/+7
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh1-28/+28
2023-01-11tools/nolibc: add auxiliary vector retrieval for mipsWilly Tarreau1-0/+11
2023-01-11tools/nolibc: export environ as a weak symbol on mipsWilly Tarreau1-0/+5
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-24/+27
2023-01-09tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
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-31/+31
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/+215