]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mips/mips64/rshift.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / mips / mips64 / rshift.S
index 3cb040859d835f75088f80846d9d338440138bf0..5d426c2f587ba7f09397b5901bab4ab3fb6eafd7 100644 (file)
@@ -1,6 +1,6 @@
 /* MIPS3 __mpn_rshift --
  *
- * Copyright (C) 1995, 2000, 2002, 2003 Free Software Foundation, Inc.
+ * Copyright (C) 1995-2019 Free Software Foundation, Inc.
  *
  * This file is part of the GNU MP Library.
  *
 #ifdef __PIC__
        .option pic2
 #endif
-       .text
-       .align  2
-       .globl  __mpn_rshift
-       .ent    __mpn_rshift
-__mpn_rshift:
+ENTRY (__mpn_rshift)
 #ifdef __PIC__
        SETUP_GP /* ??? unused */
 #endif
@@ -98,4 +94,4 @@ L(Loop):      ld      $3,8($5)
 L(Lend):       dsrl    $8,$10,$7
        j       $31
        sd      $8,0($4)
-       .end    __mpn_rshift
+END (__mpn_rshift)