--- trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm 2007/11/23 10:45:09 1789 +++ trunk/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm 2008/08/19 09:06:48 1790 @@ -20,7 +20,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: quantize_mpeg_xmm.asm,v 1.6 2006-07-10 08:09:59 syskin Exp $ +; * $Id: quantize_mpeg_xmm.asm,v 1.7 2008-08-19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -604,3 +604,8 @@ ret .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +