--- trunk/xvidcore/src/motion/x86_asm/sad_xmm.asm 2004/08/29 10:02:38 1540 +++ trunk/xvidcore/src/motion/x86_asm/sad_xmm.asm 2008/08/19 09:06:48 1790 @@ -21,7 +21,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: sad_xmm.asm,v 1.10 2004-08-29 10:02:38 edgomez Exp $ +; * $Id: sad_xmm.asm,v 1.11 2008-08-19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -444,3 +444,8 @@ ret .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +