mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
committed by
Erik de Castro Lopo
parent
b61825df87
commit
7edf67769f
@@ -590,7 +590,3 @@ cident FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef OBJ_FORMAT_elf
|
|
||||||
section .note.GNU-stack noalloc
|
|
||||||
%endif
|
|
||||||
|
|||||||
@@ -115,7 +115,3 @@ cident FLAC__cpu_info_extended_amd_asm_ia32
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef OBJ_FORMAT_elf
|
|
||||||
section .note.GNU-stack noalloc
|
|
||||||
%endif
|
|
||||||
|
|||||||
@@ -306,7 +306,3 @@ cident FLAC__fixed_compute_best_predictor_asm_ia32_mmx_cmov
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef OBJ_FORMAT_elf
|
|
||||||
section .note.GNU-stack noalloc
|
|
||||||
%endif
|
|
||||||
|
|||||||
@@ -1505,7 +1505,3 @@ cident FLAC__lpc_restore_signal_asm_ia32_mmx
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef OBJ_FORMAT_elf
|
|
||||||
section .note.GNU-stack noalloc
|
|
||||||
%endif
|
|
||||||
|
|||||||
@@ -153,7 +153,3 @@ cident precompute_partition_info_sums_32bit_asm_ia32_
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
%ifdef OBJ_FORMAT_elf
|
|
||||||
section .note.GNU-stack noalloc
|
|
||||||
%endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user