projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b1516
)
Oops! I've toasted Cygwin! Fixed now.
author
Andy Polyakov
<appro@openssl.org>
Fri, 3 Jan 2003 21:49:49 +0000
(21:49 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 3 Jan 2003 21:49:49 +0000
(21:49 +0000)
crypto/perlasm/x86unix.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86unix.pl
b/crypto/perlasm/x86unix.pl
index b1c87037dde6b740665957c48d9bfcbe5f652840..6652eb8a7cbe80479caa4698b9c55587b929d1a2 100644
(file)
--- 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
));
}
}