diff options
Diffstat (limited to 'sysdeps/mips/mips64/rshift.S')
-rw-r--r-- | sysdeps/mips/mips64/rshift.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/mips/mips64/rshift.S b/sysdeps/mips/mips64/rshift.S index bc26f3f360..b013eedfb9 100644 --- a/sysdeps/mips/mips64/rshift.S +++ b/sysdeps/mips/mips64/rshift.S @@ -1,6 +1,6 @@ /* MIPS3 __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. * @@ -29,7 +29,7 @@ * cnt $7 */ -#ifdef PIC +#ifdef __PIC__ .option pic2 #endif .text @@ -38,7 +38,7 @@ .ent __mpn_rshift __mpn_rshift: .set noreorder -#ifdef PIC +#ifdef __PIC__ .cpload t9 #endif .set nomacro |