summaryrefslogtreecommitdiff
path: root/mpn/x86_64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2019-08-29 16:59:41 +0200
committerTorbjorn Granlund <tg@gmplib.org>2019-08-29 16:59:41 +0200
commitdded631ca1a61e83895564deed01961c38f8b6fb (patch)
tree7c6704bff97950330aee39e0ec0a99194bf3372e /mpn/x86_64
parentd3f3467ccfc783c78651461a4bb7efb06c07f198 (diff)
downloadgmp-dded631ca1a61e83895564deed01961c38f8b6fb.tar.gz
Remove PROTECT from symbols as they are actually local.
Diffstat (limited to 'mpn/x86_64')
-rw-r--r--mpn/x86_64/gcd_11.asm2
-rw-r--r--mpn/x86_64/gcd_22.asm2
2 files changed, 0 insertions, 4 deletions
diff --git a/mpn/x86_64/gcd_11.asm b/mpn/x86_64/gcd_11.asm
index 40273e0d9..e54369eb4 100644
--- a/mpn/x86_64/gcd_11.asm
+++ b/mpn/x86_64/gcd_11.asm
@@ -53,8 +53,6 @@ C ctz_table[n] is the number of trailing zeros on n, or MAXSHIFT if n==0.
deflit(MAXSHIFT, 7)
deflit(MASK, eval((m4_lshift(1,MAXSHIFT))-1))
-PROTECT(`ctz_table')
-
DEF_OBJECT(ctz_table,64)
.byte MAXSHIFT
forloop(i,1,MASK,
diff --git a/mpn/x86_64/gcd_22.asm b/mpn/x86_64/gcd_22.asm
index 984cd1ce8..fd4344227 100644
--- a/mpn/x86_64/gcd_22.asm
+++ b/mpn/x86_64/gcd_22.asm
@@ -66,8 +66,6 @@ C ctz_table[n] is the number of trailing zeros on n, or MAXSHIFT if n==0.
deflit(MAXSHIFT, 8)
deflit(MASK, eval((m4_lshift(1,MAXSHIFT))-1))
-PROTECT(`ctz_table')
-
DEF_OBJECT(ctz_table,64)
.byte MAXSHIFT
forloop(i,1,MASK,