summaryrefslogtreecommitdiff
path: root/mpn/mips3/lshift.s
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-16 01:20:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-16 01:20:01 +0200
commit92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (patch)
treed19a83c2fa5195c6d7c22903719653db1020fd83 /mpn/mips3/lshift.s
parent119565df1ef96a64307d86f42b1925baecabb85d (diff)
downloadgmp-92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8.tar.gz
Change __mpn to __gmpn.
Diffstat (limited to 'mpn/mips3/lshift.s')
-rw-r--r--mpn/mips3/lshift.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpn/mips3/lshift.s b/mpn/mips3/lshift.s
index 324a6020c..5acee84d2 100644
--- a/mpn/mips3/lshift.s
+++ b/mpn/mips3/lshift.s
@@ -1,4 +1,4 @@
- # MIPS3 __mpn_lshift --
+ # MIPS3 __gmpn_lshift --
# Copyright (C) 1995 Free Software Foundation, Inc.
@@ -28,9 +28,9 @@
.text
.align 2
- .globl __mpn_lshift
- .ent __mpn_lshift
-__mpn_lshift:
+ .globl __gmpn_lshift
+ .ent __gmpn_lshift
+__gmpn_lshift:
.set noreorder
.set nomacro
@@ -92,4 +92,4 @@ __mpn_lshift:
.Lend: dsll $8,$10,$7
j $31
sd $8,-8($4)
- .end __mpn_lshift
+ .end __gmpn_lshift