rt/arch/arm: fix syntax used for noexec stack

This commit is contained in:
Daniel Micay 2013-04-01 00:31:22 -04:00
parent be792589d0
commit 26fc76acb6
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
// Mark stack as non-executable
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack, "", @progbits
.section .note.GNU-stack, "", %progbits
#endif
.text

View file

@ -1,6 +1,6 @@
// Mark stack as non-executable
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack, "", @progbits
.section .note.GNU-stack, "", %progbits
#endif
.text

View file

@ -1,6 +1,6 @@
// Mark stack as non-executable
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack, "", @progbits
.section .note.GNU-stack, "", %progbits
#endif
.text

View file

@ -1,6 +1,6 @@
// Mark stack as non-executable
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack, "", @progbits
.section .note.GNU-stack, "", %progbits
#endif
.text