--- trunk/xvidcore/src/nasm.inc 2011/02/24 15:31:55 1955 +++ trunk/xvidcore/src/nasm.inc 2011/02/25 12:40:25 1956 @@ -19,7 +19,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: nasm.inc,v 1.8 2011-01-09 13:21:00 Isibaar Exp $ +; * $Id: nasm.inc,v 1.9 2011-02-25 12:38:37 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -212,6 +212,9 @@ %ifidn __OUTPUT_FORMAT__,elf section .note.GNU-stack noalloc noexec nowrite progbits %endif +%ifidn __OUTPUT_FORMAT__,elf32 +section .note.GNU-stack noalloc noexec nowrite progbits +%endif %ifidn __OUTPUT_FORMAT__,elf64 section .note.GNU-stack noalloc noexec nowrite progbits %endif