From 0e3ef596e55654a7782ae7ce302f8933b4817f12 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 5 May 2010 15:50:13 +0000 Subject: Non-executable stack in asm. --- crypto/bn/asm/x86_64-mont.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/bn/asm/x86_64-mont.pl') diff --git a/crypto/bn/asm/x86_64-mont.pl b/crypto/bn/asm/x86_64-mont.pl index 3b7a6f243f..b62373f567 100755 --- a/crypto/bn/asm/x86_64-mont.pl +++ b/crypto/bn/asm/x86_64-mont.pl @@ -45,6 +45,7 @@ $m0="%rbx"; $m1="%rbp"; $code=<<___; +.section .note.GNU-stack,"",\@progbits .text .globl bn_mul_mont -- cgit v1.2.3