Fixes ticket:169. Tell assembler that our hand-coded assembly code
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_sse64.S
index df1d086af3e410d484a8698622c1701ec4c11e34..b674e6ff20975e39b79fb681de30b83d6cf1e3b5 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -189,3 +189,7 @@ GLOB_SYMB(ccomplex_dotprod_sse):
 
 FUNC_TAIL(ccomplex_dotprod_sse)
        .ident  "Hand coded x86_64 SSE assembly"
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif