Remove old GNU-stack sections from nasm files.

They are not needed since the section is defined in nasm.h.
This commit is contained in:
Miroslav Lichvar
2012-12-03 21:04:55 +01:00
committed by Erik de Castro Lopo
parent b61825df87
commit 7edf67769f
5 changed files with 0 additions and 20 deletions

View File

@@ -306,7 +306,3 @@ cident FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov
ret
end
%ifdef OBJ_FORMAT_elf
section .note.GNU-stack noalloc
%endif