--- fdct_sse2_skal.asm 2005/08/01 10:53:46 1.7 +++ fdct_sse2_skal.asm 2008/08/19 09:06:48 1.8 @@ -19,7 +19,7 @@ ; * along with this program; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: fdct_sse2_skal.asm,v 1.7 2005/08/01 10:53:46 Isibaar Exp $ +; * $Id: fdct_sse2_skal.asm,v 1.8 2008/08/19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -620,3 +620,8 @@ ret .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +