aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/rshift.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-15 03:54:55 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-15 03:54:55 +0000
commit90bf0e0731a9a43c4d0ee05ccfa06d03dfb0fe94 (patch)
tree37cd5ed1a4214d83189609a6a5908580830815b3 /sysdeps/mips/rshift.S
parentfe81e98863567979207535d9968e13e63e52cc53 (diff)
downloadglibc-90bf0e0731a9a43c4d0ee05ccfa06d03dfb0fe94.tar
glibc-90bf0e0731a9a43c4d0ee05ccfa06d03dfb0fe94.tar.gz
glibc-90bf0e0731a9a43c4d0ee05ccfa06d03dfb0fe94.tar.bz2
glibc-90bf0e0731a9a43c4d0ee05ccfa06d03dfb0fe94.zip
Update.
* sysdeps/mips/addmul_1.S: Likewise. * sysdeps/mips/lshift.S: Likewise. * sysdeps/mips/mul_1.S: Likewise. * sysdeps/mips/rshift.S: Likewise. * sysdeps/mips/sub_n.S: Likewise. * sysdeps/mips/submul_1.S: Likewise.
Diffstat (limited to 'sysdeps/mips/rshift.S')
-rw-r--r--sysdeps/mips/rshift.S7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/mips/rshift.S b/sysdeps/mips/rshift.S
index 37bde2f7cd..7f10617319 100644
--- a/sysdeps/mips/rshift.S
+++ b/sysdeps/mips/rshift.S
@@ -1,6 +1,6 @@
/* MIPS2 __mpn_rshift --
-Copyright (C) 1995 Free Software Foundation, Inc.
+Copyright (C) 1995, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -27,12 +27,12 @@ MA 02111-1307, USA. */
size $6
cnt $7
*/
-#ifdef PIC
+#ifdef __PIC__
.option pic2
#endif
ENTRY (__mpn_rshift)
.set noreorder
-#ifdef PIC
+#ifdef __PIC__
.cpload t9
#endif
.set nomacro
@@ -92,3 +92,4 @@ ENTRY (__mpn_rshift)
.Lend: srl $8,$10,$7
j $31
sw $8,0($4)
+ END (__mpn_rshift) \ No newline at end of file