* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix

name.
This commit is contained in:
Andrew Cagney 2001-08-14 01:34:00 +00:00
parent 8e6acd47f3
commit 16bad250ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-13 Andrew Cagney <ac131313@redhat.com>
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.
2001-08-12 Isamu Hasegawa <isamu@yamato.ibm.com>
* regex.c (wcs_regex_compile): Use appropriate string

View File

@ -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 =