shithub: libvpx

Download patch

ref: ddcdbfd71e1562bd6dfb8694ec9e3dd397dc88dc
parent: 2bdda84e375bdc1edfe9aad514238928869dd93e
parent: 0453aca5af7e6d36307f9487e2126076bdbf9bb1
author: Johann <johannkoenig@google.com>
date: Thu Jul 21 08:20:00 EDT 2011

Merge "Mark ARM asm objects as allowing a non-executable stack."

--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -154,3 +154,6 @@
     next if /^\s*END\s*$/;
     print;
 }
+
+# Mark that this object doesn't need an executable stack.
+printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");