From eb55b9fc19963b126c268ddec32dcce886c97d64 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 10 Feb 2009 07:43:48 +0000 Subject: [PATCH] linux-s390x failed link after assembler pack update. --- crypto/s390xcpuid.S | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.34.1