Displaying 1 result from an estimated 1 matches for "987345b".
2012 Dec 03
4
[PATCH 1/5] Remove old GNU-stack sections from nasm files.
...++ b/src/libFLAC/ia32/lpc_asm.nasm
@@ -1505,7 +1505,3 @@ cident FLAC__lpc_restore_signal_asm_ia32_mmx
ret
end
-
-%ifdef OBJ_FORMAT_elf
- section .note.GNU-stack noalloc
-%endif
diff --git a/src/libFLAC/ia32/stream_encoder_asm.nasm b/src/libFLAC/ia32/stream_encoder_asm.nasm
index fef15d8..987345b 100644
--- a/src/libFLAC/ia32/stream_encoder_asm.nasm
+++ b/src/libFLAC/ia32/stream_encoder_asm.nasm
@@ -153,7 +153,3 @@ cident precompute_partition_info_sums_32bit_asm_ia32_
ret
end
-
-%ifdef OBJ_FORMAT_elf
- section .note.GNU-stack noalloc
-%endif
--
1.7.11.7