diff options
Diffstat (limited to 'src/lib/libcrypto/x86_64cpuid.pl')
| -rw-r--r-- | src/lib/libcrypto/x86_64cpuid.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x86_64cpuid.pl b/src/lib/libcrypto/x86_64cpuid.pl index 58e9bedcf0..7b7b93b223 100644 --- a/src/lib/libcrypto/x86_64cpuid.pl +++ b/src/lib/libcrypto/x86_64cpuid.pl | |||
| @@ -17,11 +17,10 @@ open STDOUT,"| $^X $xlate $flavour $output"; | |||
| 17 | ("%rdi","%rsi","%rdx","%rcx"); # Unix order | 17 | ("%rdi","%rsi","%rdx","%rcx"); # Unix order |
| 18 | 18 | ||
| 19 | print<<___; | 19 | print<<___; |
| 20 | #include <machine/asm.h> | ||
| 21 | .extern OPENSSL_cpuid_setup | 20 | .extern OPENSSL_cpuid_setup |
| 22 | .hidden OPENSSL_cpuid_setup | 21 | .hidden OPENSSL_cpuid_setup |
| 23 | .section .init | 22 | .section .init |
| 24 | call PIC_PLT(OPENSSL_cpuid_setup) | 23 | call OPENSSL_cpuid_setup |
| 25 | 24 | ||
| 26 | .hidden OPENSSL_ia32cap_P | 25 | .hidden OPENSSL_ia32cap_P |
| 27 | .comm OPENSSL_ia32cap_P,8,4 | 26 | .comm OPENSSL_ia32cap_P,8,4 |
