Expand OPENSS_ia32cap to 64 bits.
[openssl.git] / crypto / perlasm / x86gas.pl
index 6eab727fd4e87753161321e2afa926e5636dc9dc..b47050773042b45f49b7820b075a1a5706d074d1 100644 (file)
@@ -150,7 +150,7 @@ sub ::public_label
 
 sub ::file_end
 {   if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
-       my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,4";
+       my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,8";
        if ($::elf)     { push (@out,"$tmp,4\n"); }
        else            { push (@out,"$tmp\n"); }
     }