diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl index 922d1a22a..13e612093 100644 --- a/crypto/perlasm/x86unix.pl +++ b/crypto/perlasm/x86unix.pl @@ -554,7 +554,7 @@ sub main'picmeup addl \$_GLOBAL_OFFSET_TABLE_+[.-1b],$regs{$dst} movl $sym\@GOT($regs{$dst}),$regs{$dst} #else - movl \$$sym,$regs{$dst} + leal $sym,$regs{$dst} #endif ___ push(@out,$tmp);