summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/arch-s390.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: s390: shrink _start with _start_cZhangjin Wu2023-08-231-31/+5
* tools/nolibc: remove the old sys_stat supportZhangjin Wu2023-08-231-25/+0
* tools/nolibc: fix up startup failures for -O0 under gcc < 11.1.0Zhangjin Wu2023-08-231-1/+1
* tools/nolibc: arch-*.h: add missing space after ','Zhangjin Wu2023-08-231-1/+1
* toolc/nolibc: arch-*.h: clean up whitespaces after __asm__Zhangjin Wu2023-08-231-7/+7
* tools/nolibc: s390: disable stackprotector in _startThomas Weißschuh2023-06-091-1/+3
* tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh2023-06-091-0/+9
* tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: add auxiliary vector retrieval for s390Sven Schnelle2023-01-101-0/+10
* tools/nolibc: export environ as a weak symbol on s390Sven Schnelle2023-01-101-0/+4
* tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau2023-01-101-12/+0
* tools/nolibc: make compiler and assembler agree on the section around _startWilly Tarreau2023-01-101-21/+23
* nolibc: add support for s390Sven Schnelle2023-01-091-0/+222