diff options
author | Andy Polyakov <appro@openssl.org> | 2010-05-06 00:05:39 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-05-06 00:05:39 +0200 |
commit | 3efe51a4071d864400888e91b66c34ac3e17e01d (patch) | |
tree | 24e207ad6d35b9e545289f26053527e2449deadf /crypto/x86_64cpuid.pl | |
parent | Non-executable stack in asm. (diff) | |
download | openssl-3efe51a4071d864400888e91b66c34ac3e17e01d.tar.xz openssl-3efe51a4071d864400888e91b66c34ac3e17e01d.zip |
Revert previous Linux-specific/centric commit#19629. If it really has to
be done, it's definitely not the way to do it. So far answer to the
question was to ./config -Wa,--noexecstack (adopted by RedHat).
Diffstat (limited to 'crypto/x86_64cpuid.pl')
-rw-r--r-- | crypto/x86_64cpuid.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl index 72010c9cbe..c96821a3c8 100644 --- a/crypto/x86_64cpuid.pl +++ b/crypto/x86_64cpuid.pl @@ -16,13 +16,6 @@ print<<___; .section .init call OPENSSL_cpuid_setup -___ - -if ($flavour =~ /elf/) { - print ".section .note.GNU-stack,\"\",\@progbits\n" -} - -print<<___; .text .globl OPENSSL_atomic_add |