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