summaryrefslogtreecommitdiff
path: root/mpi/i586/mpih-rshift.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i586/mpih-rshift.S')
-rw-r--r--mpi/i586/mpih-rshift.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/i586/mpih-rshift.S b/mpi/i586/mpih-rshift.S
index 2e331621..3b1e8f47 100644
--- a/mpi/i586/mpih-rshift.S
+++ b/mpi/i586/mpih-rshift.S
@@ -36,7 +36,7 @@
/*******************
* mpi_limb_t
- * mpihelp_rshift( mpi_ptr_t wp, (sp + 4)
+ * _gcry_mpih_rshift( mpi_ptr_t wp, (sp + 4)
* mpi_ptr_t up, (sp + 8)
* mpi_size_t usize, (sp + 12)
* unsigned cnt) (sp + 16)
@@ -44,8 +44,8 @@
.text
ALIGN (3)
- .globl C_SYMBOL_NAME(mpihelp_rshift)
-C_SYMBOL_NAME(mpihelp_rshift:)
+ .globl C_SYMBOL_NAME(_gcry_mpih_rshift)
+C_SYMBOL_NAME(_gcry_mpih_rshift:)
pushl %edi
pushl %esi
pushl %ebx