]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2000-04-17 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Mon, 17 Apr 2000 20:59:00 +0000 (20:59 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 17 Apr 2000 20:59:00 +0000 (20:59 +0000)
* sysdeps/mips/add_n.S: Add newline at EOF.
* sysdeps/mips/rshift.S: Likewise.
* sysdeps/mips/mul_1.S: Likewise.
* sysdeps/mips/lshift.S: Likewise.
* sysdeps/mips/addmul_1.S: Likewise.

sysdeps/mips/add_n.S
sysdeps/mips/addmul_1.S
sysdeps/mips/lshift.S
sysdeps/mips/mul_1.S
sysdeps/mips/rshift.S

index aa94c1d0011a252de388fa2378238dc36d291a75..823166535b6b5b25a648f878e940af22b79681de 100644 (file)
@@ -119,4 +119,4 @@ ENTRY (__mpn_add_n)
        sw      $11,0($4)
        j       $31
        or      $2,$2,$8
-       .end __mpn_add_n
\ No newline at end of file
+       .end __mpn_add_n
index 131e3e8c946d7d3fdded358488c43140a28f9e6e..3bcc11c5288816854c1ef2cdc3507b78e029532f 100644 (file)
@@ -96,4 +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
+       END (__mpn_addmul_1)
index eac940161b608d05b301d8e0586e04b4ea934ca8..a163559c03e121d5f1f35aa2f47631c6697468da 100644 (file)
@@ -95,4 +95,4 @@ ENTRY (__mpn_lshift)
 .Lend: sll     $8,$10,$7
        j       $31
        sw      $8,-4($4)
-       END (__mpn_lshift)
\ No newline at end of file
+       END (__mpn_lshift)
index 4838ad0c8208bcf519acee5967682ed78bdde46e..7ba435362f95b49a974a9d4ccedfd061fbb7b62c 100644 (file)
@@ -84,4 +84,4 @@ $LC0: mflo    $10
        sw      $10,0($4)
        j       $31
        addu    $2,$9,$2        /* add high product limb and carry from addition */
-       END (__mpn_mul_1)
\ No newline at end of file
+       END (__mpn_mul_1)
index 7f10617319f5f99a82b6152de5a068a3f7dfd67c..112982adbfeeba73e9aa9a182ff2f7af258759c1 100644 (file)
@@ -92,4 +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
+       END (__mpn_rshift)