]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use `li' insn instead of `move'.
authorRoland McGrath <roland@gnu.org>
Fri, 3 Feb 1995 23:24:38 +0000 (23:24 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 3 Feb 1995 23:24:38 +0000 (23:24 +0000)
sysdeps/mips/bsd-_setjmp.S
sysdeps/mips/bsd-setjmp.S

index b0f2e8d06417c4dfac4c0ca47a02c2d615947720..6e6844cc52282de570c48c84bb69bf648e694693 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'.  MIPS version.
-Copyright (C) 1994 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -25,4 +25,4 @@ Cambridge, MA 02139, USA.  */
 
 ENTRY (setjmp)
        j C_SYMBOL_NAME (__sigsetjmp)
-       move a1, zero           /* Pass a second argument of zero.  */
+       li a1, zero             /* Pass a second argument of zero.  */
index 103edd3a7c31f12fee499bcce07be553b252611c..5cd090a31ce12145cb3a94af6248b3910458e7fb 100644 (file)
@@ -1,5 +1,5 @@
 /* BSD `setjmp' entry point to `sigsetjmp (..., 1)'.  MIPS version.
-Copyright (C) 1994 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -25,4 +25,4 @@ Cambridge, MA 02139, USA.  */
 
 ENTRY (setjmp)
        j C_SYMBOL_NAME (__sigsetjmp)
-       move a1, 1              /* Pass a second argument of one.  */
+       li a1, 1                /* Pass a second argument of one.  */