Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-08-12 | tools/nolibc: compiler: use attribute((naked)) if available | Thomas Weißschuh | 1 | -2/+7 |
2024-08-12 | tools/nolibc: move entrypoint specifics to compiler.h | Thomas Weißschuh | 1 | -0/+3 |
2024-08-10 | tools/nolibc: compiler: introduce __nolibc_has_attribute() | Thomas Weißschuh | 1 | -7/+9 |
2023-06-09 | tools/nolibc: fix segfaults on compilers without attribute no_stack_protector | Thomas Weißschuh | 1 | -0/+10 |
2023-06-09 | tools/nolibc: add autodetection for stackprotector support | Thomas Weißschuh | 1 | -0/+15 |