On Wednesday 09 November 2005 14:30, Corinna Vinschen wrote:

> Btw., the first asm message indicates that a \n is missing.  You should
> add this at the end of the section string to avoid the warning.

Ok, thanks for your help and the hint. I'd like to suggest the following patch 
for inclusion into OpenSSL.


Thanks,
Dirk
2005-11-09  Dirk Mueller  <[EMAIL PROTECTED]>

        * x86unix.pl: Annotate assembler sources with non executable stack
        requirements for ELF targets.

--- crypto/perlasm/x86unix.pl
+++ crypto/perlasm/x86unix.pl
@@ -586,6 +586,8 @@
 		push(@out,$const);
 		$const="";
 		}
+	push(@out, ".section 	.note.GNU-stack,\"\",[EMAIL PROTECTED]")
+	   if($main'elf);
 	}
 
 sub main'data_word

Reply via email to