diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-17 20:59:00 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-17 20:59:00 +0000 |
commit | b6ddc72c89f6961f05b23af745fb153c5371637d (patch) | |
tree | f6bdc1dcfac7b468803dd70bf8c3e6c8ce004965 /sysdeps/mips/mul_1.S | |
parent | b99a3e9a07b48e75ddf63fcd09e7d9600dc466ed (diff) | |
download | glibc-b6ddc72c89f6961f05b23af745fb153c5371637d.tar.gz glibc-b6ddc72c89f6961f05b23af745fb153c5371637d.tar.xz glibc-b6ddc72c89f6961f05b23af745fb153c5371637d.zip |
2000-04-17 Andreas Jaeger <aj@suse.de>
* 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.
Diffstat (limited to 'sysdeps/mips/mul_1.S')
-rw-r--r-- | sysdeps/mips/mul_1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/mul_1.S b/sysdeps/mips/mul_1.S index 4838ad0c82..7ba435362f 100644 --- a/sysdeps/mips/mul_1.S +++ b/sysdeps/mips/mul_1.S @@ -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) |