linux-s390x failed link after assembler pack update.
This commit is contained in:
parent
7012d2a8fa
commit
eb55b9fc19
@ -1,5 +1,12 @@
|
|||||||
.text
|
.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
|
.globl OPENSSL_s390x_facilities
|
||||||
.type OPENSSL_s390x_facilities,@function
|
.type OPENSSL_s390x_facilities,@function
|
||||||
.align 16
|
.align 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user