summaryrefslogtreecommitdiff
blob: 67de83272ac57899db73c6441cce25d416b5f209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- video/blend_mmx-gas.s
+++ video/blend_mmx-gas.s
@@ -93,3 +93,6 @@
 	ret
 
 ####################################################
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
--- video/rgb2yuv-gas.s
+++ video/rgb2yuv-gas.s
@@ -149,3 +149,6 @@
         popl %ebp
 
         ret
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif