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-konst.c | |
parent | 92774660acb139804d863ecbe568347d78ef4646 (diff) | |
download | fsf-binutils-gdb-f0e652b4aa5420d23e7e7eef1146cb16daef13f3.zip fsf-binutils-gdb-f0e652b4aa5420d23e7e7eef1146cb16daef13f3.tar.gz fsf-binutils-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-konst.c')
-rw-r--r-- | gas/flonum-konst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c index 09ec3b6..dd330c3 100644 --- a/gas/flonum-konst.c +++ b/gas/flonum-konst.c @@ -1,5 +1,5 @@ /* flonum_const.c - Useful Flonum constants - Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 1996 + Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -23,7 +23,7 @@ #include "flonum.h" /* JF: I added the last entry to this table, and I'm not sure if its right or not. Could go either way. I wish - I really understood this stuff. */ + I really understood this stuff. */ const int table_size_of_flonum_powers_of_ten = 13; |