summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-loongarch.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: loongarch: shrink _start with _start_cZhangjin 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-23tools/nolibc: arch-loongarch.h: shrink with _NOLIBC_SYSCALL_CLOBBERLISTZhangjin 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: loongarch: add stackprotector supportThomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen