summaryrefslogtreecommitdiff
path: root/mpn/thumb
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-16 01:20:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-16 01:20:01 +0200
commit92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (patch)
treed19a83c2fa5195c6d7c22903719653db1020fd83 /mpn/thumb
parent119565df1ef96a64307d86f42b1925baecabb85d (diff)
downloadgmp-92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8.tar.gz
Change __mpn to __gmpn.
Diffstat (limited to 'mpn/thumb')
-rw-r--r--mpn/thumb/add_n.s6
-rw-r--r--mpn/thumb/sub_n.s6
2 files changed, 6 insertions, 6 deletions
diff --git a/mpn/thumb/add_n.s b/mpn/thumb/add_n.s
index 0642060cf..61907ef47 100644
--- a/mpn/thumb/add_n.s
+++ b/mpn/thumb/add_n.s
@@ -1,4 +1,4 @@
-@ ARM/Thumb __mpn_add -- Add two limb vectors of the same length > 0 and store
+@ ARM/Thumb __gmpn_add -- Add two limb vectors of the same length > 0 and store
@ sum in a third limb vector.
@ Copyright (C) 1997 Free Software Foundation, Inc.
@@ -32,8 +32,8 @@
.text
.thumb
.align 0
- .global ___mpn_add_n
-___mpn_add_n:
+ .global ___gmpn_add_n
+___gmpn_add_n:
push {r4, r5, r6, lr}
mov r6, #1 @ init carry save register
diff --git a/mpn/thumb/sub_n.s b/mpn/thumb/sub_n.s
index ef2c90108..86ffe1ea8 100644
--- a/mpn/thumb/sub_n.s
+++ b/mpn/thumb/sub_n.s
@@ -1,4 +1,4 @@
-@ ARM/Thumb __mpn_sub -- Subtract two limb vectors of the same length > 0 and
+@ ARM/Thumb __gmpn_sub -- Subtract two limb vectors of the same length > 0 and
@ store difference in a third limb vector.
@ Copyright (C) 1997 Free Software Foundation, Inc.
@@ -32,8 +32,8 @@
.text
.thumb
.align 0
- .global ___mpn_sub_n
-___mpn_sub_n:
+ .global ___gmpn_sub_n
+___gmpn_sub_n:
push {r4, r5, r6, lr}
mov r6, #1 @ init carry save register