Oops! I've toasted Cygwin! Fixed now.
authorAndy Polyakov <appro@openssl.org>
Fri, 3 Jan 2003 21:49:49 +0000 (21:49 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 3 Jan 2003 21:49:49 +0000 (21:49 +0000)
crypto/perlasm/x86unix.pl

index b1c87037dde6b740665957c48d9bfcbe5f652840..6652eb8a7cbe80479caa4698b9c55587b929d1a2 100644 (file)
@@ -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));
                }
        }