Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / cpuid_x86.S
index ba4d66a0ee22cddad422962ac42311b803be4cfa..4e1a9404f566e23b136e02f12b20c9a417b461ba 100644 (file)
@@ -54,3 +54,7 @@ GLOB_SYMB(cpuid_x86):
 FUNC_TAIL(cpuid_x86)
        .ident  "Hand coded cpuid assembly"
        
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif