From 591e85e92813225cc4ed8840a636ea966f3053e8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 17 Oct 2006 06:41:27 +0000 Subject: [PATCH 1/1] Linking errors on IA64 and typo in aes-ia64.S. --- crypto/aes/asm/aes-ia64.S | 2 +- crypto/ia64cpuid.S | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/crypto/aes/asm/aes-ia64.S b/crypto/aes/asm/aes-ia64.S index c96668287c..10a2f96234 100644 --- a/crypto/aes/asm/aes-ia64.S +++ b/crypto/aes/asm/aes-ia64.S @@ -221,7 +221,7 @@ AES_encrypt: ADDP in1=0,in1 (p6) br.spnt .Le_o_unaligned };; -{ .mii; mov ar.pfs=psfsave +{ .mii; mov ar.pfs=pfssave mov ar.lc=lcsave } { .mmi; st4 [in1]=r16,8 // s0 st4 [in0]=r20,8 // s1 diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S index 04fbb3439e..5836565abb 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: -- 2.34.1