mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +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>
|
2009-01-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* score/src/objectextendinformation.c: Fold two paths into one.
|
* 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(__sh__) || \
|
||||||
defined(__AVR__) || \
|
defined(__AVR__) || \
|
||||||
defined(__BFIN__) || \
|
defined(__BFIN__) || \
|
||||||
|
defined(__m32c__) || \
|
||||||
defined(__M32R__)
|
defined(__M32R__)
|
||||||
|
|
||||||
#include <rtems/endian.h>
|
#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
|
#define IEEEFP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined(__m32c__)
|
|
||||||
#error "Reneseas M32C has no FPU"
|
|
||||||
|
|
||||||
#elif defined(_TMS320C3x) || defined(_TMS320C4x)
|
#elif defined(_TMS320C3x) || defined(_TMS320C4x)
|
||||||
#error "Texas Instruments C3x/C4x Not supported."
|
#error "Texas Instruments C3x/C4x Not supported."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user