2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.
This commit is contained in:
Joel Sherrill
2008-11-05 21:51:45 +00:00
parent d10477877d
commit a2ddf1ca8b
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* librpc/src/xdr/xdr_float.c: Add M32C, M32R, and Blackfin.
2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-11-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadhandler.c: M32R uses different name for init. * score/src/threadhandler.c: M32R uses different name for init.

View File

@@ -68,13 +68,17 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_float.c,v 1.7 1999/08/28 00
defined(__ppc__) || defined(__PPC__) || \ defined(__ppc__) || defined(__PPC__) || \
defined(__sh__) || \ defined(__sh__) || \
defined(__AVR__) || \ defined(__AVR__) || \
defined(__BFIN__) defined(__BFIN__) || \
defined(__M32R__)
#include <rtems/endian.h> #include <rtems/endian.h>
#if !defined(IEEEFP) #if !defined(IEEEFP)
#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."