aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pariscid.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-12-28 16:13:35 +0000
committerAndy Polyakov <appro@openssl.org>2009-12-28 16:13:35 +0000
commit3fc2efd241bdded36dbc099d5d8016ed39311753 (patch)
treeced71e24155da594144d050792026d93c7a2ad9b /crypto/pariscid.pl
parent76774c5ea1a7abeef79a9b0fc2bbb39acff96aae (diff)
downloadopenssl-3fc2efd241bdded36dbc099d5d8016ed39311753.tar.gz
PA-RISC assembler: missing symbol and typos.
Diffstat (limited to 'crypto/pariscid.pl')
-rw-r--r--crypto/pariscid.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/pariscid.pl b/crypto/pariscid.pl
index c411b7175d..bf470ac510 100644
--- a/crypto/pariscid.pl
+++ b/crypto/pariscid.pl
@@ -23,6 +23,17 @@ $code=<<___;
.SPACE \$TEXT\$
.SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
+ .EXPORT OPENSSL_cpuid_setup,ENTRY
+ .ALIGN 8
+OPENSSL_cpuid_setup
+ .PROC
+ .CALLINFO NO_CALLS
+ .ENTRY
+ bv ($rp)
+ .EXIT
+ nop
+ .PROCEND
+
.EXPORT OPENSSL_rdtsc,ENTRY
.ALIGN 8
OPENSSL_rdtsc