Josh Coalson 2006-11-10 07:20:15 +00:00
parent 83d914253e
commit 089566719c
3 changed files with 12 additions and 0 deletions

View File

@ -98,3 +98,7 @@ cident FLAC__cpu_info_sse_test_asm_ia32
pop ebx
end
%ifdef OBJ_FORMAT_elf
section .note.GNU-stack noalloc
%endif

View File

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

View File

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