2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>

* librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft
	float should be IEEE format.
This commit is contained in:
Joel Sherrill
2009-01-08 15:02:25 +00:00
parent d041e594e2
commit 0c5b59de85
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* librpc/src/xdr/xdr_float.c: M32C has no native float but GCC soft
float should be IEEE format.
2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/objectextendinformation.c: Fold two paths into one.

View File

@@ -70,6 +70,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
defined(__sh__) || \
defined(__AVR__) || \
defined(__BFIN__) || \
defined(__m32c__) || \
defined(__M32R__)
#include <rtems/endian.h>
@@ -77,9 +78,6 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
#define IEEEFP
#endif
#elif defined(__m32c__)
#error "Reneseas M32C has no FPU"
#elif defined(_TMS320C3x) || defined(_TMS320C4x)
#error "Texas Instruments C3x/C4x Not supported."