summaryrefslogtreecommitdiff
path: root/mpn/arm
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2018-01-04 18:24:50 +0100
committerTorbjorn Granlund <tg@gmplib.org>2018-01-04 18:24:50 +0100
commit2579e01d04331a2d1ca0433a717c74b3a14c9165 (patch)
treec5bd444802861d99f206e619dd4a113e8820c39c /mpn/arm
parent81b153178fbbfe60abb0feedf47a2a82ba8065ca (diff)
downloadgmp-2579e01d04331a2d1ca0433a717c74b3a14c9165.tar.gz
(binvert_limb_table): Declare as ".hidden".
Diffstat (limited to 'mpn/arm')
-rw-r--r--mpn/arm/bdiv_q_1.asm1
-rw-r--r--mpn/arm/dive_1.asm1
-rw-r--r--mpn/arm/mode1o.asm2
-rw-r--r--mpn/arm/v6/dive_1.asm1
-rw-r--r--mpn/arm/v6/mode1o.asm2
-rw-r--r--mpn/arm/v7a/cora8/bdiv_q_1.asm1
6 files changed, 6 insertions, 2 deletions
diff --git a/mpn/arm/bdiv_q_1.asm b/mpn/arm/bdiv_q_1.asm
index ae395d1ff..6f2fce118 100644
--- a/mpn/arm/bdiv_q_1.asm
+++ b/mpn/arm/bdiv_q_1.asm
@@ -62,6 +62,7 @@ define(`cnt', `r6')
define(`tnc', `r8')
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_bdiv_q_1)
tst d, #1
push {r6-r11}
diff --git a/mpn/arm/dive_1.asm b/mpn/arm/dive_1.asm
index 8bffb0ccc..14eaacd56 100644
--- a/mpn/arm/dive_1.asm
+++ b/mpn/arm/dive_1.asm
@@ -59,6 +59,7 @@ define(`cnt', `r6')
define(`tnc', `r8')
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_divexact_1)
tst d, #1
push {r4-r9}
diff --git a/mpn/arm/mode1o.asm b/mpn/arm/mode1o.asm
index 63a7f36eb..451e79ba4 100644
--- a/mpn/arm/mode1o.asm
+++ b/mpn/arm/mode1o.asm
@@ -53,8 +53,8 @@ define(`n', `r1')
define(`d', `r2')
define(`cy', `r3')
- .protected binvert_limb_table
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_modexact_1c_odd)
stmfd sp!, {r4, r5}
diff --git a/mpn/arm/v6/dive_1.asm b/mpn/arm/v6/dive_1.asm
index 92de81473..adfc92f9d 100644
--- a/mpn/arm/v6/dive_1.asm
+++ b/mpn/arm/v6/dive_1.asm
@@ -59,6 +59,7 @@ define(`cnt', `r6')
define(`tnc', `r10')
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_divexact_1)
push {r4,r5,r6,r7,r8,r9}
diff --git a/mpn/arm/v6/mode1o.asm b/mpn/arm/v6/mode1o.asm
index a2f77a6bf..12cb2553c 100644
--- a/mpn/arm/v6/mode1o.asm
+++ b/mpn/arm/v6/mode1o.asm
@@ -53,8 +53,8 @@ define(`n', `r1')
define(`d', `r2')
define(`cy', `r3')
- .protected binvert_limb_table
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_modexact_1c_odd)
stmfd sp!, {r4, r5, r6, r7}
diff --git a/mpn/arm/v7a/cora8/bdiv_q_1.asm b/mpn/arm/v7a/cora8/bdiv_q_1.asm
index e74b260f7..054507948 100644
--- a/mpn/arm/v7a/cora8/bdiv_q_1.asm
+++ b/mpn/arm/v7a/cora8/bdiv_q_1.asm
@@ -63,6 +63,7 @@ define(`cnt', `r6')
define(`tnc', `r4')
ASM_START()
+ .hidden binvert_limb_table
PROLOGUE(mpn_bdiv_q_1)
push {r6-r11}