mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 18:54:36 +00:00
crypto/sparccpuid.S: limit symbol visibility.
Couple of never-used symbols were clasing with FIPS module, "weakening" them allows to resolve linking errors. RT#3699 Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
dd8a1f2016
commit
32957936b5
@ -429,6 +429,7 @@ OPENSSL_cleanse:
|
|||||||
.size OPENSSL_cleanse,.-OPENSSL_cleanse
|
.size OPENSSL_cleanse,.-OPENSSL_cleanse
|
||||||
|
|
||||||
.global _sparcv9_vis1_instrument_bus
|
.global _sparcv9_vis1_instrument_bus
|
||||||
|
.weak _sparcv9_vis1_instrument_bus
|
||||||
.align 8
|
.align 8
|
||||||
_sparcv9_vis1_instrument_bus:
|
_sparcv9_vis1_instrument_bus:
|
||||||
mov %o1,%o3 ! save cnt
|
mov %o1,%o3 ! save cnt
|
||||||
@ -467,6 +468,7 @@ _sparcv9_vis1_instrument_bus:
|
|||||||
.size _sparcv9_vis1_instrument_bus,.-_sparcv9_vis1_instrument_bus
|
.size _sparcv9_vis1_instrument_bus,.-_sparcv9_vis1_instrument_bus
|
||||||
|
|
||||||
.global _sparcv9_vis1_instrument_bus2
|
.global _sparcv9_vis1_instrument_bus2
|
||||||
|
.weak _sparcv9_vis1_instrument_bus2
|
||||||
.align 8
|
.align 8
|
||||||
_sparcv9_vis1_instrument_bus2:
|
_sparcv9_vis1_instrument_bus2:
|
||||||
mov %o1,%o3 ! save cnt
|
mov %o1,%o3 ! save cnt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user