Fixes ticket:169. Tell assembler that our hand-coded assembly code
[debian/gnuradio] / gnuradio-core / src / lib / filter / 3dnow_float_dotprod_really_simple.S
index 52f427051afbfdd7bc17d08f52030eaf1e36d79f..11fc88e3e13ce5d44d4232271108eb3a668b31bb 100644 (file)
@@ -93,3 +93,7 @@ sse_float_dotprod:
 .Lfe1:
        .size    sse_float_dotprod,.Lfe1-sse_float_dotprod
        .ident  "Hand coded x86 3DNow! assembly"
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif