X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fcpuid_x86_64.S;h=32b1847cd25b55c4d1ab526c4af2eaf9114c9154;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=c2775b8d5d6d48eb54ec6afdd5f22d4ea9349466;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/cpuid_x86_64.S b/gnuradio-core/src/lib/filter/cpuid_x86_64.S index c2775b8d..32b1847c 100644 --- a/gnuradio-core/src/lib/filter/cpuid_x86_64.S +++ b/gnuradio-core/src/lib/filter/cpuid_x86_64.S @@ -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