about summary refs log tree commit diff
path: root/sysdeps/mips/addmul_1.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/addmul_1.S')
-rw-r--r--sysdeps/mips/addmul_1.S7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/mips/addmul_1.S b/sysdeps/mips/addmul_1.S
index dc1dc1ba50..131e3e8c94 100644
--- a/sysdeps/mips/addmul_1.S
+++ b/sysdeps/mips/addmul_1.S
@@ -1,7 +1,7 @@
 /* MIPS __mpn_addmul_1 -- Multiply a limb vector with a single limb and
 add the product to a second limb vector.
 
-Copyright (C) 1995 Free Software Foundation, Inc.
+Copyright (C) 1995, 2000 Free Software Foundation, Inc.
 
 This file is part of the GNU MP Library.
 
@@ -28,12 +28,12 @@ MA 02111-1307, USA.  */
    size		$6
    s2_limb	$7
 */
-#ifdef PIC
+#ifdef __PIC__
 	.option pic2
 #endif
 ENTRY (__mpn_addmul_1)
 	.set    noreorder
-#ifdef PIC
+#ifdef __PIC__
 	.cpload t9
 #endif
 	.set    nomacro
@@ -96,3 +96,4 @@ $LC0:	lw	$10,0($4)
 	sw	$3,0($4)
 	j	$31
 	addu	$2,$9,$2	/* add high product limb and carry from addition */
+	END (__mpn_addmul_1)
\ No newline at end of file