diff options
author | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-14 00:31:41 +0000 |
---|---|---|
committer | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-14 00:31:41 +0000 |
commit | e910681136e7cd7891080de2a9283da43d614680 (patch) | |
tree | 1aa4f5f0fc10b3e0fb8028728a78056b54a919bd /libiberty/floatformat.c | |
parent | 85bfbbc34a0a92090c2193085f8348d8e5797202 (diff) | |
download | gcc-e910681136e7cd7891080de2a9283da43d614680.tar.gz |
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/floatformat.c')
-rw-r--r-- | libiberty/floatformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index 3cb78f51dde..27d99f010c7 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.c @@ -66,7 +66,7 @@ const struct floatformat floatformat_ieee_double_littlebyte_bigword = { floatformat_littlebyte_bigword, 64, 0, 1, 11, 1023, 2047, 12, 52, floatformat_intbit_no, - "floatformat_ieee_double_little" + "floatformat_ieee_double_littlebyte_bigword" }; const struct floatformat floatformat_i387_ext = |