]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
authorcagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 00:31:41 +0000 (00:31 +0000)
committercagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2001 00:31:41 +0000 (00:31 +0000)
name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44878 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/floatformat.c

index 9431ae514014602faab317b33993bf80f3bf84b5..a62db15285bbd34d535eed1dbd4daac59cd8eafd 100644 (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
index 3cb78f51dde4c5df4e3f3336e66668373627f348..27d99f010c77df57fac6ac7702d14546b10e3cd2 100644 (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 =