From: Andrew Cagney Date: Tue, 14 Aug 2001 00:31:41 +0000 (+0000) Subject: floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name. X-Git-Tag: prereleases/libstdc++-3.0.95~2664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80dedbe52bc5261cc08ee94a904d522813c93ab;p=thirdparty%2Fgcc.git floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name. * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix name. From-SVN: r44878 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9431ae514014..a62db15285bb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2001-08-13 Andrew Cagney + + * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix + name. + 2001-08-12 Isamu Hasegawa * regex.c (wcs_regex_compile): Use appropriate string diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index 3cb78f51dde4..27d99f010c77 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 =