summaryrefslogtreecommitdiff
path: root/crypto/x86_64cpuid.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-12 13:10:00 +0000
commitff6f9f96fd372bb4d05c08dea7d317026edf2e94 (patch)
treef34c1bfa5db3483b57830dc658fceffa6f4e8372 /crypto/x86_64cpuid.pl
parent4a5397fb68279702e6e0b20c514ff18713bdd38b (diff)
downloadopenssl-new-ff6f9f96fd372bb4d05c08dea7d317026edf2e94.tar.gz
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
Diffstat (limited to 'crypto/x86_64cpuid.pl')
-rw-r--r--crypto/x86_64cpuid.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x86_64cpuid.pl b/crypto/x86_64cpuid.pl
index 0d233a10ea..775353e9b9 100644
--- a/crypto/x86_64cpuid.pl
+++ b/crypto/x86_64cpuid.pl
@@ -23,7 +23,7 @@ print<<___;
call OPENSSL_cpuid_setup
.hidden OPENSSL_ia32cap_P
-.comm OPENSSL_ia32cap_P,8
+.comm OPENSSL_ia32cap_P,8,4
.text