Fixes ticket:169. Tell assembler that our hand-coded assembly code
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_sse.S
index 2fc26fbd35fa149cd93cd43c6205509569b7c10d..1989a6ac06c8f614a2da24c186114b9141273731 100644 (file)
@@ -192,3 +192,7 @@ GLOB_SYMB(ccomplex_dotprod_sse):
 
 FUNC_TAIL(ccomplex_dotprod_sse)
        .ident  "Hand coded x86 SSE assembly"
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif