mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
linux-s390x failed link after assembler pack update.
This commit is contained in:
parent
7012d2a8fa
commit
eb55b9fc19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user