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:
ec9f67f
)
DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macro
author
Andy Polyakov
<appro@openssl.org>
Sun, 15 Dec 2002 10:06:27 +0000
(10:06 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 15 Dec 2002 10:06:27 +0000
(10:06 +0000)
is not expanded if prepended with a $-sign.
crypto/perlasm/x86unix.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86unix.pl
b/crypto/perlasm/x86unix.pl
index 922d1a22ae404ac81fca3c7161f515c9aab4490a..13e61209388cf4bfa2dd5b786bbcceaf31b514d5 100644
(file)
--- 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);