summaryrefslogtreecommitdiff
path: root/mpi/m68k/mc68020/mpih-mul3.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/m68k/mc68020/mpih-mul3.S')
-rw-r--r--mpi/m68k/mc68020/mpih-mul3.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpi/m68k/mc68020/mpih-mul3.S b/mpi/m68k/mc68020/mpih-mul3.S
index 1e4ac45d..f72a8120 100644
--- a/mpi/m68k/mc68020/mpih-mul3.S
+++ b/mpi/m68k/mc68020/mpih-mul3.S
@@ -37,7 +37,7 @@
/*******************
* mpi_limb_t
- * mpihelp_submul_1( mpi_ptr_t res_ptr, (sp + 4)
+ * _gcry_mpih_submul_1( mpi_ptr_t res_ptr, (sp + 4)
* mpi_ptr_t s1_ptr, (sp + 8)
* mpi_size_t s1_size, (sp + 12)
* mpi_limb_t s2_limb) (sp + 16)
@@ -46,10 +46,10 @@
TEXT
ALIGN
- GLOBL C_SYMBOL_NAME(mpihelp_submul_1)
+ GLOBL C_SYMBOL_NAME(_gcry_mpih_submul_1)
-C_SYMBOL_NAME(mpihelp_submul_1:)
-PROLOG(mpihelp_submul_1)
+C_SYMBOL_NAME(_gcry_mpih_submul_1:)
+PROLOG(_gcry_mpih_submul_1)
#define res_ptr a0
#define s1_ptr a1
@@ -94,6 +94,6 @@ L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
moveml MEM_POSTINC(sp),R(d2)-R(d5)
rts
-EPILOG(mpihelp_submul_1)
+EPILOG(_gcry_mpih_submul_1)