diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-08-14 01:34:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-08-14 01:34:00 +0000 |
commit | 16bad250baf9b63989b87a88312888436b1b2651 (patch) | |
tree | 2a3dd7397b5e332adf691f4dda5f275a959eac85 /libiberty/floatformat.c | |
parent | 8e6acd47f30d89ee5e7a2902cc539f9e29cffb7b (diff) | |
download | gdb-16bad250baf9b63989b87a88312888436b1b2651.zip gdb-16bad250baf9b63989b87a88312888436b1b2651.tar.gz gdb-16bad250baf9b63989b87a88312888436b1b2651.tar.bz2 |
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.
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 3cb78f5..27d99f0 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 = |