2009-11-16 10:08:26 +01:00
|
|
|
Index: crypto/perlasm/x86unix.pl
|
|
|
|
===================================================================
|
|
|
|
--- crypto/perlasm/x86unix.pl.orig
|
2006-12-19 00:17:18 +01:00
|
|
|
+++ crypto/perlasm/x86unix.pl
|
2009-11-16 10:08:26 +01:00
|
|
|
@@ -557,6 +557,7 @@ sub main'file_end
|
2006-12-19 00:17:18 +01:00
|
|
|
push(@out,$const);
|
|
|
|
$const="";
|
|
|
|
}
|
|
|
|
+ push(@out, ".section .note.GNU-stack,\"\",\@progbits");
|
|
|
|
}
|
|
|
|
|
2009-11-16 10:08:26 +01:00
|
|
|
sub main'data_byte
|