aboutsummaryrefslogtreecommitdiff
path: root/tools/include/nolibc/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-12tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh1-2/+7
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh1-0/+3
2024-08-10tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh1-7/+9
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh1-0/+10
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-0/+15