summaryrefslogtreecommitdiff
path: root/mpi/m68k/mpih-add1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/m68k/mpih-add1.S')
-rw-r--r--mpi/m68k/mpih-add1.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpi/m68k/mpih-add1.S b/mpi/m68k/mpih-add1.S
index 1e9cc640..e05f89cd 100644
--- a/mpi/m68k/mpih-add1.S
+++ b/mpi/m68k/mpih-add1.S
@@ -36,7 +36,7 @@
/*******************
* mpi_limb_t
- * mpihelp_add_n( mpi_ptr_t res_ptr, (sp + 4)
+ * _gcry_mpih_add_n( mpi_ptr_t res_ptr, (sp + 4)
* mpi_ptr_t s1_ptr, (sp + 8)
* mpi_ptr_t s2_ptr, (sp + 16)
* mpi_size_t size) (sp + 12)
@@ -45,10 +45,10 @@
TEXT
ALIGN
- GLOBL C_SYMBOL_NAME(mpihelp_add_n)
+ GLOBL C_SYMBOL_NAME(_gcry_mpih_add_n)
-C_SYMBOL_NAME(mpihelp_add_n:)
-PROLOG(mpihelp_add_n)
+C_SYMBOL_NAME(_gcry_mpih_add_n:)
+PROLOG(_gcry_mpih_add_n)
/* Save used registers on the stack. */
movel R(d2),MEM_PREDEC(sp)
movel R(a2),MEM_PREDEC(sp)
@@ -89,6 +89,6 @@ L(L2:)
movel MEM_POSTINC(sp),R(d2)
rts
-EPILOG(mpihelp_add_n)
+EPILOG(_gcry_mpih_add_n)