=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpn/vax/Attic/lshift.s,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/mpn/vax/Attic/lshift.s 2000/09/09 14:12:42 1.1.1.1 +++ OpenXM_contrib/gmp/mpn/vax/Attic/lshift.s 2003/08/25 16:06:27 1.1.1.2 @@ -1,6 +1,6 @@ -# VAX __gmpn_lshift -- left shift. +# VAX mpn_lshift -- left shift. -# Copyright (C) 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU MP Library. @@ -52,7 +52,7 @@ Loop: movl -(r6),r2 ashq r8,r2,r4 movl r5,-(r7) movl r2,r3 - jsobgtr r1,Loop + sobgtr r1,Loop Lend: movl r4,-4(r7) ret