1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #20307 from Wer-Wolf/exec_stack

cpu/native: Fix executable stack warning
This commit is contained in:
Oleg Hahm 2024-01-29 09:54:25 +00:00 committed by GitHub
commit 71fed48e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,3 +93,7 @@ _native_sig_leave_handler:
movl $0x0, _native_in_isr
ret
#endif
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif