Commit 53d11f7b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '543156d7'

* commit '543156d7':
  arm: Mark the stack as non-executable
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 36fb07d1 543156d7
......@@ -53,6 +53,7 @@
.syntax unified
T .thumb
ELF .eabi_attribute 25, 1 @ Tag_ABI_align_preserved
ELF .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable
.macro function name, export=0, align=2
.set .Lpic_idx, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment