[project @ 2000-08-18 15:44:28 by simonmar]
[ghc-hetmet.git] / ghc / rts / gmp / mpn / mips2 / lshift.s
index ee92d79..2ca3a3c 100644 (file)
@@ -1,20 +1,20 @@
- # MIPS2 __mpn_lshift --
+ # MIPS2 __gmpn_lshift --
 
- # Copyright (C) 1995 Free Software Foundation, Inc.
+ # Copyright (C) 1995, 2000 Free Software Foundation, Inc.
 
  # This file is part of the GNU MP Library.
 
  # The GNU MP Library is free software; you can redistribute it and/or modify
- # it under the terms of the GNU Library General Public License as published by
- # the Free Software Foundation; either version 2 of the License, or (at your
+ # it under the terms of the GNU Lesser General Public License as published by
+ # the Free Software Foundation; either version 2.1 of the License, or (at your
  # option) any later version.
 
  # The GNU MP Library is distributed in the hope that it will be useful, but
  # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
- # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
+ # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  # License for more details.
 
- # You should have received a copy of the GNU Library General Public License
+ # You should have received a copy of the GNU Lesser General Public License
  # along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  # MA 02111-1307, USA.
@@ -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: sll     $8,$10,$7
        j       $31
        sw      $8,-4($4)
-       .end    __mpn_lshift
+       .end    __gmpn_lshift