diff options
author | Andy Polyakov <appro@openssl.org> | 2002-12-13 18:56:14 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2002-12-13 18:56:14 +0100 |
commit | 6f7ac8e1b0654e1be7ec571f3646be6f37c34788 (patch) | |
tree | 03a69de9b2e182a1f3a6ed6cc4e4c55ff1d1c0e7 /crypto/perlasm/x86ms.pl | |
parent | OK, there's at least one application author who has provided dynamic locking (diff) | |
download | openssl-6f7ac8e1b0654e1be7ec571f3646be6f37c34788.tar.xz openssl-6f7ac8e1b0654e1be7ec571f3646be6f37c34788.zip |
IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep
shared libraries shared.
Diffstat (limited to 'crypto/perlasm/x86ms.pl')
-rw-r--r-- | crypto/perlasm/x86ms.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/perlasm/x86ms.pl b/crypto/perlasm/x86ms.pl index 206452341d..5229afeb64 100644 --- a/crypto/perlasm/x86ms.pl +++ b/crypto/perlasm/x86ms.pl @@ -363,3 +363,5 @@ sub out1p push(@out,"\t$name\t ".&conv($p1)."\n"); } + +sub main'blindpop { &out1("pop",@_); } |