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