From: Andy Polyakov Date: Tue, 10 Feb 2009 07:43:48 +0000 (+0000) Subject: linux-s390x failed link after assembler pack update. X-Git-Tag: OpenSSL_0_9_8k^2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb55b9fc19963b126c268ddec32dcce886c97d64;p=oweals%2Fopenssl.git linux-s390x failed link after assembler pack update. --- diff --git a/crypto/s390xcpuid.S b/crypto/s390xcpuid.S index f411be6595..8500133ad0 100644 --- a/crypto/s390xcpuid.S +++ b/crypto/s390xcpuid.S @@ -1,5 +1,12 @@ .text +.globl OPENSSL_cpuid_setup +.type OPENSSL_cpuid_setup,@function +.align 16 +OPENSSL_cpuid_setup: + br %r14 # reserved for future +.size OPENSSL_cpuid_setup,.-OPENSSL_cpuid_setup + .globl OPENSSL_s390x_facilities .type OPENSSL_s390x_facilities,@function .align 16