[x264-devel] commit: nasm compatible NX stack (Loren Merritt )

git version control git at videolan.org
Wed Jun 4 00:53:49 CEST 2008


x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Mon Jun  2 09:40:49 2008 -0600| [601b46ebb444c5e5e27fe7684e7507417a623747]

nasm compatible NX stack

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=601b46ebb444c5e5e27fe7684e7507417a623747
---

 common/x86/x86inc.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index d33f6f6..e447093 100644
--- a/common/x86/x86inc.asm
+++ b/common/x86/x86inc.asm
@@ -284,7 +284,7 @@ DECLARE_REG 6, ebp, ebp, bp, null, [esp + stack_offset + 28]
 ; This is needed for ELF, otherwise the GNU linker assumes the stack is
 ; executable by default.
 %ifidn __OUTPUT_FORMAT__,elf
-SECTION ".note.GNU-stack" noalloc noexec nowrite progbits
+SECTION .note.GNU-stack noalloc noexec nowrite progbits
 %endif
 
 %assign FENC_STRIDE 16



More information about the x264-devel mailing list