549N/A#
549N/A# This was developed in house to fix the wrong platform detection for Solaris.
549N/A# Reported to the upstream.
549N/A#
549N/A--- openssl-1.0.2d/crypto/perlasm/x86gas.pl Thu Jul 9 04:57:15 2015
811N/A+++ openssl-1.0.2d/crypto/perlasm/x86gas.pl.new Thu Jul 30 15:17:14 2015
549N/A@@ -196,8 +196,6 @@
549N/A &::mov($dst,&::DWP("$indirect-$reflabel",$base));
549N/A $non_lazy_ptr{"$nmdecor$sym"}=$indirect;
549N/A }
549N/A- elsif ($sym eq "OPENSSL_ia32cap_P" && $::elf>0)
549N/A- { &::lea($dst,&::DWP("$sym-$reflabel",$base)); }
549N/A else
549N/A { &::lea($dst,&::DWP("_GLOBAL_OFFSET_TABLE_+[.-$reflabel]",
549N/A $base));
549N/A