summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/arch-s390.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tools/nolibc: s390: shrink _start with _start_cZhangjin Wu1-31/+5
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu1-25/+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-23toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu1-7/+7
2023-06-09tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh1-1/+3
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh1-0/+9
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh1-1/+1
2023-01-11tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle1-0/+10
2023-01-11tools/nolibc: export environ as a weak symbol on s390Sven Schnelle1-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-21/+23
2023-01-09nolibc: add support for s390Sven Schnelle1-0/+222