summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/crt.h
AgeCommit message (Expand)Author
2024-08-16tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh
2024-08-09tools/nolibc: pass argc, argv and envp to constructorsThomas Weißschuh
2023-10-12tools/nolibc: add support for constructors and destructorsThomas Weißschuh
2023-10-12tools/nolibc: mark start_c as weakThomas Weißschuh
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu
2023-08-23tools/nolibc: crt.h: initialize stack protectorZhangjin Wu
2023-08-23tools/nolibc: add new crt.h with _start_cZhangjin Wu