Skip to content

Commit

Permalink
Set ARM ASM symbol visibility to hidden
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Fields <cory-nospam-@coryfields.com>
  • Loading branch information
hebasto and theuni committed Mar 15, 2023
1 parent 427bc3c commit fd2a408
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asm/field_10x26_arm.s
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Note:
.align 2
.global secp256k1_fe_mul_inner
.type secp256k1_fe_mul_inner, %function
.hidden secp256k1_fe_mul_inner
@ Arguments:
@ r0 r Restrict: can overlap with a, not with b
@ r1 a
Expand Down Expand Up @@ -516,6 +517,7 @@ secp256k1_fe_mul_inner:
.align 2
.global secp256k1_fe_sqr_inner
.type secp256k1_fe_sqr_inner, %function
.hidden secp256k1_fe_sqr_inner
@ Arguments:
@ r0 r Can overlap with a
@ r1 a
Expand Down

0 comments on commit fd2a408

Please sign in to comment.