a.out format does not support many .section directives
authorDave Yeo <dave.r.yeo@gmail.com>
Sun, 26 Feb 2012 20:14:15 +0000 (12:14 -0800)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 27 Feb 2012 06:36:27 +0000 (17:36 +1100)
src/libFLAC/ia32/nasm.h

index afc3e12..8455772 100644 (file)
@@ -74,5 +74,7 @@ _%1:
 %1:
 %endmacro
 
+%ifndef OBJ_FORMAT_aout
 section .note.GNU-stack progbits noalloc noexec nowrite align=1
+%endif