--- nasm.inc 2009/09/16 17:11:39 1.1.2.5 +++ nasm.inc 2008/12/05 10:15:02 1.6 @@ -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.1.2.5 2009/09/16 17:11:39 Isibaar Exp $ +; * $Id: nasm.inc,v 1.6 2008/12/05 10:15:02 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -203,12 +203,3 @@ %endif %endif %endmacro - -%macro NON_EXEC_STACK 0 -%ifidn __OUTPUT_FORMAT__,elf -section .note.GNU-stack noalloc noexec nowrite progbits -%endif -%ifidn __OUTPUT_FORMAT__,elf64 -section .note.GNU-stack noalloc noexec nowrite progbits -%endif -%endmacro