--- plugin_ssim-a.asm 2006/10/30 22:23:05 1.5 +++ plugin_ssim-a.asm 2008/08/19 09:06:48 1.6 @@ -285,3 +285,7 @@ CONSIM_WRITEOUT mm5,mm6,mm7 ret .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif