mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user