summaryrefslogtreecommitdiff
path: root/src/crypto/perlasm/ppc-xlate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/perlasm/ppc-xlate.pl')
-rw-r--r--src/crypto/perlasm/ppc-xlate.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/perlasm/ppc-xlate.pl b/src/crypto/perlasm/ppc-xlate.pl
index 0ce231f2..f8e42a22 100644
--- a/src/crypto/perlasm/ppc-xlate.pl
+++ b/src/crypto/perlasm/ppc-xlate.pl
@@ -309,6 +309,9 @@ while($line=<>) {
print "\n";
}
+# See https://www.airs.com/blog/archives/518.
+print ".section\t.note.GNU-stack,\"\",\@progbits\n" if ($flavour =~ /linux/);
+
print "#endif // !OPENSSL_NO_ASM && __powerpc64__\n";
close STDOUT;