From: Andy Polyakov Date: Fri, 3 Jan 2003 21:49:49 +0000 (+0000) Subject: Oops! I've toasted Cygwin! Fixed now. X-Git-Tag: OpenSSL_0_9_7a~86^2~23 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=2a9fca82d258f3eb6c6b69b2db3e2398cc18de5e Oops! I've toasted Cygwin! Fixed now. --- diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl index b1c87037dd..6652eb8a7c 100644 --- a/crypto/perlasm/x86unix.pl +++ b/crypto/perlasm/x86unix.pl @@ -574,11 +574,11 @@ ___ &main'blindpop($dst); &main'add($dst,"\$_GLOBAL_OFFSET_TABLE_+[.-" . &main'label("PIC_me_up") . "]"); - &main'mov($dst,&main'DWP("$under$sym\@GOT",$dst)); + &main'mov($dst,&main'DWP($sym."\@GOT",$dst)); } else { - &main'lea($dst,&main'DWP("$under$sym")); + &main'lea($dst,&main'DWP($sym)); } }