--- trunk/xvidcore/src/motion/x86_64_asm/sad_xmm.asm 2007/11/23 10:45:09 1789 +++ trunk/xvidcore/src/motion/x86_64_asm/sad_xmm.asm 2008/08/19 09:06:48 1790 @@ -22,7 +22,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.1 2005-01-05 23:02:15 edgomez Exp $ +; * $Id: sad_xmm.asm,v 1.2 2008-08-19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -439,4 +439,9 @@ movd eax, mm7 pop rbx ret -.endfunc \ No newline at end of file +.endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +