Also, expression
&and ("edx", ~(1<<28)) is incorrectly translated into
andl $18446744073441116159,%edx
on 32-bit platform
(should be "andl $4026531839,%edx"
)
which causes as to complain about "Value out of range".
It looks like problem somewhere in the perlasm which incorrectly uses
64-bit operations.
Well, "incorrectly" is not the word. Run 'perl -V' on machine in
Incorrectly is very precise term. What the matter how perl is
configured?
Sorry about poor wording. What I meant is that perl didn't do anything
wrong. But once again, the problem *was* fixed and that's what
(hopefully:-) counts. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]