Fixes ticket:169. Tell assembler that our hand-coded assembly code
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_3dnow.S
index 9a1d33cac2ff60ea4d979bfb7f3d736ee2bc6d8b..9c6903cdf261ba2815d02f7a955685298b90aef1 100644 (file)
@@ -214,3 +214,7 @@ GLOB_SYMB(ccomplex_dotprod_3dnow):
 FUNC_TAIL(ccomplex_dotprod_3dnow)
        .ident  "Hand coded x86 3DNow! assembly"
 
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif