--- trunk/xvidcore/src/dct/x86_asm/idct_3dne.asm 2004/08/22 11:46:10 1535 +++ trunk/xvidcore/src/dct/x86_asm/idct_3dne.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: idct_3dne.asm,v 1.5 2004-08-22 11:46:09 edgomez Exp $ +; * $Id: idct_3dne.asm,v 1.7 2008-08-19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -63,15 +63,15 @@ %macro cglobal 1 %ifdef PREFIX %ifdef MARK_FUNCS - global _%1:function - %define %1 _%1:function + global _%1:function %1.endfunc-%1 + %define %1 _%1:function %1.endfunc-%1 %else global _%1 %define %1 _%1 %endif %else %ifdef MARK_FUNCS - global %1:function + global %1:function %1.endfunc-%1 %else global %1 %endif @@ -718,3 +718,10 @@ movq [eax+8+4*16], mm6 ret +.endfunc + + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +