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