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