summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86nasm.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-13 17:56:14 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-13 17:56:14 +0000
commit6f7ac8e1b0654e1be7ec571f3646be6f37c34788 (patch)
tree03a69de9b2e182a1f3a6ed6cc4e4c55ff1d1c0e7 /crypto/perlasm/x86nasm.pl
parenta1457874c61f6da4dfe67944b8ae94fcd59bc02e (diff)
IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep
shared libraries shared.
Diffstat (limited to 'crypto/perlasm/x86nasm.pl')
-rw-r--r--crypto/perlasm/x86nasm.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index 519d8a5867..819151c6bc 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -340,3 +340,5 @@ sub out1p
push(@out,"\t$name\t ".&conv($p1)."\n");
}
+
+sub main'blindpop { &out1("pop",@_); }