Commit d80dedbe by Andrew Cagney Committed by Andrew Cagney

floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name.

* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
name.

From-SVN: r44878
parent 9f3c078e
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
......
......@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment