summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-05-15 07:11:23 +0000
committerAndy Polyakov <appro@openssl.org>2007-05-15 07:11:23 +0000
commit1d42fb5f4aae476e4f917d8a334952c05685f86a (patch)
tree5993c863ea2a11bcb83478d49cdad19aa720865f /crypto
parente1197694806e1181e1152054db3a518519be96a6 (diff)
Fix linking error after adding alphacpuid.s.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/alphacpuid.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/alphacpuid.s b/crypto/alphacpuid.s
index 53f6a1a1e5..b13b3cdb3c 100644
--- a/crypto/alphacpuid.s
+++ b/crypto/alphacpuid.s
@@ -2,6 +2,14 @@
.set noat
+.globl OPENSSL_cpuid_setup
+.ent OPENSSL_cpuid_setup
+OPENSSL_cpuid_setup:
+ .frame $30,0,$26
+ .prologue 0
+ ret ($26)
+.end OPENSSL_cpuid_setup
+
.globl OPENSSL_wipe_cpu
.ent OPENSSL_wipe_cpu
OPENSSL_wipe_cpu: