Skip to content

Commit fd2a408

Browse files
hebastotheuni
andcommitted
Set ARM ASM symbol visibility to hidden
Co-authored-by: Cory Fields <[email protected]>
1 parent 427bc3c commit fd2a408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/asm/field_10x26_arm.s

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Note:
2929
.align 2
3030
.global secp256k1_fe_mul_inner
3131
.type secp256k1_fe_mul_inner, %function
32+
.hidden secp256k1_fe_mul_inner
3233
@ Arguments:
3334
@ r0 r Restrict: can overlap with a, not with b
3435
@ r1 a
@@ -516,6 +517,7 @@ secp256k1_fe_mul_inner:
516517
.align 2
517518
.global secp256k1_fe_sqr_inner
518519
.type secp256k1_fe_sqr_inner, %function
520+
.hidden secp256k1_fe_sqr_inner
519521
@ Arguments:
520522
@ r0 r Can overlap with a
521523
@ r1 a

0 commit comments

Comments
 (0)