arm: Mark the stack as non-executable
authorMartin Storsjö <martin@martin.st>
Fri, 7 Feb 2014 14:22:54 +0000 (16:22 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 19 Feb 2014 07:57:19 +0000 (09:57 +0200)
commit543156d7518f5e5d731123da066d86278f9fa492
tree5e10aa7195b53c15993f09b9973defd8fc712472
parentfea6db064b00822af488db93f0f8b19f25cae515
arm: Mark the stack as non-executable

If linking in an object file without this attribute set, the
linker will assume that an executable stack might be needed.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/arm/asm.S