summaryrefslogtreecommitdiff
path: root/mpi/mips3/mpih-mul1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mips3/mpih-mul1.S')
-rw-r--r--mpi/mips3/mpih-mul1.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpi/mips3/mpih-mul1.S b/mpi/mips3/mpih-mul1.S
index 70409e8d..99557374 100644
--- a/mpi/mips3/mpih-mul1.S
+++ b/mpi/mips3/mpih-mul1.S
@@ -24,7 +24,7 @@
/*******************
* mpi_limb_t
- * mpihelp_mul_1( mpi_ptr_t res_ptr, (r4)
+ * _gcry_mpih_mul_1( mpi_ptr_t res_ptr, (r4)
* mpi_ptr_t s1_ptr, (r5)
* mpi_size_t s1_size, (r6)
* mpi_limb_t s2_limb) (r7)
@@ -32,9 +32,9 @@
.text
.align 4
- .globl mpihelp_mul_1
- .ent mpihelp_mul_1
-mpihelp_mul_1:
+ .globl _gcry_mpih_mul_1
+ .ent _gcry_mpih_mul_1
+_gcry_mpih_mul_1:
.set noreorder
.set nomacro
@@ -85,5 +85,5 @@ $LC0: mflo $10
j $31
daddu $2,$9,$2 # add high product limb and carry from addition
- .end mpihelp_mul_1
+ .end _gcry_mpih_mul_1