This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix typo in ieeefp.h


Hi Guys,

  I am applying the patch below as an obvious fix.  It just corrects a
  typo in the comment at the start of the ieeefp.h header file.

Cheers
  Nick

newlib/ChangeLog
2008-04-24  Nick Clifton  <nickc@redhat.com>

	* libc/include/machine/ieeefp.h: Fix typo: _DOUBLE_IS_32_BITS
	should be _DOUBLE_IS_32BITS.

Index: newlib/libc/include/machine/ieeefp.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/machine/ieeefp.h,v
retrieving revision 1.33
diff -c -3 -p -r1.33 ieeefp.h
*** newlib/libc/include/machine/ieeefp.h	7 Nov 2007 21:42:24 -0000	1.33
--- newlib/libc/include/machine/ieeefp.h	24 Apr 2008 11:21:38 -0000
***************
*** 38,44 ****
  	whereby multiple words of an IEEE floating point are in big endian order, but the
  	words themselves are little endian with respect to the bytes.
  
!    _DOUBLE_IS_32_BITS 
  
          This is used on platforms that support double by using the 32-bit IEEE
          float type.
--- 38,44 ----
  	whereby multiple words of an IEEE floating point are in big endian order, but the
  	words themselves are little endian with respect to the bytes.
  
!    _DOUBLE_IS_32BITS 
  
          This is used on platforms that support double by using the 32-bit IEEE
          float type.


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