diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 03:56:22 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 03:56:22 +0000 |
commit | f0e652b4aa5420d23e7e7eef1146cb16daef13f3 (patch) | |
tree | a3aa7f9636b1ad744d01aeba5eb2fa56f3431664 /gas/flonum-copy.c | |
parent | 92774660acb139804d863ecbe568347d78ef4646 (diff) | |
download | gdb-f0e652b4aa5420d23e7e7eef1146cb16daef13f3.zip gdb-f0e652b4aa5420d23e7e7eef1146cb16daef13f3.tar.gz gdb-f0e652b4aa5420d23e7e7eef1146cb16daef13f3.tar.bz2 |
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-copy.c')
-rw-r--r-- | gas/flonum-copy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c index 5bcc5cc..3fb29e7 100644 --- a/gas/flonum-copy.c +++ b/gas/flonum-copy.c @@ -1,5 +1,5 @@ /* flonum_copy.c - copy a flonum - 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. @@ -59,7 +59,7 @@ flonum_copy (in, out) } else { - int shorten; /* 1-origin. Number of littlenums we drop. */ + int shorten; /* 1-origin. Number of littlenums we drop. */ shorten = in_length - out_length; /* Assume out_length >= 0 ! */ |