In check-in 18896 for openssl/crypto/perlasm/x86_64-xlate.pl in branch 
OpenSSL_1_0_0-stable was a typo:

-           # in $self->{label}
-           $self->{label} =~ s/(?<![0-9a-f])(0[x0-9a-f]+)/oct($1)/egi;
+           # in $self->{label}, new gas requires sign extentions...
+           user integer;
+           $self->{label} =~ s/(?<![0-9a-f])(0[x0-9a-f]+)/oct($1)<<32>>32/egi;

It has to be "use integer", otherwise the compiler nags.

Regards,
Robin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to