This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Fix typo in libiberty/floatformat.c:floatformat_ieee_double_littlebyte_bigword


Hello,

I've committed the attached typo tweek as an obvious fix.

	Andrew
2001-08-13  Andrew Cagney  <ac131313@redhat.com>

	* floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix
	name.

Index: floatformat.c
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/floatformat.c,v
retrieving revision 1.6
diff -p -r1.6 floatformat.c
*** floatformat.c	2000/05/31 11:00:54	1.6
--- floatformat.c	2001/08/14 00:26:59
*************** const struct floatformat floatformat_iee
*** 66,72 ****
  {
    floatformat_littlebyte_bigword, 64, 0, 1, 11, 1023, 2047, 12, 52,
    floatformat_intbit_no,
!   "floatformat_ieee_double_little"
  };
  
  const struct floatformat floatformat_i387_ext =
--- 66,72 ----
  {
    floatformat_littlebyte_bigword, 64, 0, 1, 11, 1023, 2047, 12, 52,
    floatformat_intbit_no,
!   "floatformat_ieee_double_littlebyte_bigword"
  };
  
  const struct floatformat floatformat_i387_ext =

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]