diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x86_64cpuid.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/x86_64cpuid.pl b/src/lib/libcrypto/x86_64cpuid.pl index 5e85c40c97..a735a97f60 100644 --- a/src/lib/libcrypto/x86_64cpuid.pl +++ b/src/lib/libcrypto/x86_64cpuid.pl | |||
@@ -15,17 +15,7 @@ open OUT,"| \"$^X\" $xlate $flavour $output"; | |||
15 | ($arg1,$arg2,$arg3,$arg4)=("%rdi","%rsi","%rdx","%rcx"); # Unix order | 15 | ($arg1,$arg2,$arg3,$arg4)=("%rdi","%rsi","%rdx","%rcx"); # Unix order |
16 | 16 | ||
17 | print<<___; | 17 | print<<___; |
18 | .extern OPENSSL_cpuid_setup | ||
19 | .hidden OPENSSL_cpuid_setup | ||
20 | .section .init | ||
21 | _CET_ENDBR | ||
22 | call OPENSSL_cpuid_setup | ||
23 | |||
24 | .extern OPENSSL_ia32cap_P | ||
25 | .hidden OPENSSL_ia32cap_P | ||
26 | |||
27 | .text | 18 | .text |
28 | |||
29 | .globl OPENSSL_ia32_cpuid | 19 | .globl OPENSSL_ia32_cpuid |
30 | .type OPENSSL_ia32_cpuid,\@abi-omnipotent | 20 | .type OPENSSL_ia32_cpuid,\@abi-omnipotent |
31 | .align 16 | 21 | .align 16 |