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:
commit
71fed48e7c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user