mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
add non-executable GNU stack marking on ELF-linux
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
This commit is contained in:
parent
9298f84d8d
commit
98f7e9bd21
1 changed files with 3 additions and 0 deletions
|
|
@ -1 +1,4 @@
|
|||
/* This stub is a stub to make the build happy */
|
||||
#if defined(__ELF__) && defined(__linux__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue