summaryrefslogtreecommitdiff
path: root/mpi/mips3/mpih-sub1.S
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2001-05-31 14:16:54 +0000
committerWerner Koch <wk@gnupg.org>2001-05-31 14:16:54 +0000
commit8bfa2df2135a1bd9823067debf0c8799bac4a936 (patch)
treeb91075d39633de4f762dca14ae2323053ded62c8 /mpi/mips3/mpih-sub1.S
parent08e3fbb986bed2f39cc5dca806faca9654c3a6df (diff)
downloadlibgcrypt-8bfa2df2135a1bd9823067debf0c8799bac4a936.tar.gz
The first libgcrypt only release.
Diffstat (limited to 'mpi/mips3/mpih-sub1.S')
-rw-r--r--mpi/mips3/mpih-sub1.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpi/mips3/mpih-sub1.S b/mpi/mips3/mpih-sub1.S
index 72f506ea..5af10716 100644
--- a/mpi/mips3/mpih-sub1.S
+++ b/mpi/mips3/mpih-sub1.S
@@ -24,7 +24,7 @@
/*******************
* mpi_limb_t
- * mpihelp_sub_n( mpi_ptr_t res_ptr, (r4)
+ * _gcry_mpih_sub_n( mpi_ptr_t res_ptr, (r4)
* mpi_ptr_t s1_ptr, (r5)
* mpi_ptr_t s2_ptr, (r6)
* mpi_size_t size) (r7)
@@ -33,9 +33,9 @@
.text
.align 2
- .globl mpihelp_sub_n
- .ent mpihelp_sub_n
-mpihelp_sub_n:
+ .globl _gcry_mpih_sub_n
+ .ent _gcry_mpih_sub_n
+_gcry_mpih_sub_n:
.set noreorder
.set nomacro
@@ -121,5 +121,5 @@ mpihelp_sub_n:
j $31
or $2,$2,$8
- .end mpihelp_sub_n
+ .end _gcry_mpih_sub_n