X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fgmp%2Fmpn%2Fmips2%2Flshift.s;fp=ghc%2Frts%2Fgmp%2Fmpn%2Fmips2%2Flshift.s;h=2ca3a3c800fb7fbece6389d980e8ee6abd51780d;hb=e72806f1683fc7acf7bd10885e8e45ff06d790f1;hp=ee92d7916fd7423f434aef500face84959c1b5e6;hpb=a6c4cc3666b15a6392279d492f87861c1f18b2de;p=ghc-hetmet.git diff --git a/ghc/rts/gmp/mpn/mips2/lshift.s b/ghc/rts/gmp/mpn/mips2/lshift.s index ee92d79..2ca3a3c 100644 --- a/ghc/rts/gmp/mpn/mips2/lshift.s +++ b/ghc/rts/gmp/mpn/mips2/lshift.s @@ -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