summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-s390.h
AgeCommit message (Expand)Author
2023-08-23tools/nolibc: s390: 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: s390: disable stackprotector in _startThomas Weißschuh
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-01-10tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle
2023-01-10tools/nolibc: export environ as a weak symbol on s390Sven Schnelle
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-09nolibc: add support for s390Sven Schnelle