diff options
author | appro <appro> | 2006-10-17 06:41:27 +0000 |
---|---|---|
committer | appro <appro> | 2006-10-17 06:41:27 +0000 |
commit | be83be565089dbd0e2a99ae87623e19cda49d557 (patch) | |
tree | a0410273d2d856cd68e62813813b1782970368b6 /crypto/ia64cpuid.S | |
parent | 054f5651971033a4271af565b18f998492f99483 (diff) | |
download | openssl-be83be565089dbd0e2a99ae87623e19cda49d557.tar.gz |
Linking errors on IA64 and typo in aes-ia64.S.
Diffstat (limited to 'crypto/ia64cpuid.S')
-rw-r--r-- | crypto/ia64cpuid.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S index 04fbb3439..5836565ab 100644 --- a/crypto/ia64cpuid.S +++ b/crypto/ia64cpuid.S @@ -1,6 +1,11 @@ // Works on all IA-64 platforms: Linux, HP-UX, Win64i... // On Win64i compile with ias.exe. .text +.global OPENSSL_cpuid_setup# +.proc OPENSSL_cpuid_setup# +OPENSSL_cpuid_setup: +{ .mib; br.ret.sptk.many b0 };; +.endp OPENSSL_cpuid_setup# .global OPENSSL_rdtsc# .proc OPENSSL_rdtsc# OPENSSL_rdtsc: |