summaryrefslogtreecommitdiff
path: root/gas/flonum-mult.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
commit7de71fc9ac800fea8d76212410fc3d145e753a91 (patch)
tree88200cfcbe2a9c6466e911b296e3bff3dac4496c /gas/flonum-mult.c
parent22001ac0b6884d1ea42e0b54db5c97e770923dd3 (diff)
downloadbinutils-redhat-7de71fc9ac800fea8d76212410fc3d145e753a91.tar.gz
2000-09-11 Kazu Hirata <kazu@hxi.com>
* bignum-copy.c: Fix formatting. * ehopt.c: Likewise. * flonum-copy.c: Likewise. * flonum-konst.c: Likewise. * flonum-mult.c: Likewise. * literal.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise.
Diffstat (limited to 'gas/flonum-mult.c')
-rw-r--r--gas/flonum-mult.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/flonum-mult.c b/gas/flonum-mult.c
index 9ecb63d3c7..9733724769 100644
--- a/gas/flonum-mult.c
+++ b/gas/flonum-mult.c
@@ -1,5 +1,6 @@
/* flonum_mult.c - multiply two flonums
- Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1990, 1991, 1992, 2000
+ Free Software Foundation, Inc.
This file is part of Gas, the GNU Assembler.
@@ -160,7 +161,7 @@ flonum_multip (a, b, product)
}
}
/* [P]-> position # size_of_sum + 1.
- This is where 'carry' should go. */
+ This is where 'carry' should go. */
#ifdef TRACE
printf ("final carry =%04x\n", carry);
#endif