From 543156d7518f5e5d731123da066d86278f9fa492 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 7 Feb 2014 16:22:54 +0200 Subject: arm: Mark the stack as non-executable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- libavutil/arm/asm.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/arm') diff --git a/libavutil/arm/asm.S b/libavutil/arm/asm.S index f4523ea310..45fdf55522 100644 --- a/libavutil/arm/asm.S +++ b/libavutil/arm/asm.S @@ -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 -- cgit v1.2.3