diff options
author | tege <tege@gmplib.org> | 2000-03-03 18:53:36 +0100 |
---|---|---|
committer | tege <tege@gmplib.org> | 2000-03-03 18:53:36 +0100 |
commit | dbf002026b9bb9aa86c3bc16c40798d1e92a6ec4 (patch) | |
tree | 0f7f9e753b77bed138ae7794450b4dada1101486 /mpn/powerpc32/rshift.asm | |
parent | 8bf8ea3d6e94cfe8bfc40e24a4ea027538eaef22 (diff) | |
download | gmp-dbf002026b9bb9aa86c3bc16c40798d1e92a6ec4.tar.gz |
Misc cleanups.
Diffstat (limited to 'mpn/powerpc32/rshift.asm')
-rw-r--r-- | mpn/powerpc32/rshift.asm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mpn/powerpc32/rshift.asm b/mpn/powerpc32/rshift.asm index 3b111cb02..6ac3de6a2 100644 --- a/mpn/powerpc32/rshift.asm +++ b/mpn/powerpc32/rshift.asm @@ -1,24 +1,25 @@ # PowerPC-32 mpn_rshift -- Shift a number right. -# -# 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 # 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 # License for more details. -# + # You should have received a copy of the GNU Library 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. + # INPUT PARAMETERS # res_ptr r3 # s1_ptr r4 |