mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
||||
|
||||
* score/src/threadhandler.c: M32R uses different name for init.
|
||||
|
||||
@@ -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(__sh__) || \
|
||||
defined(__AVR__) || \
|
||||
defined(__BFIN__)
|
||||
defined(__BFIN__) || \
|
||||
defined(__M32R__)
|
||||
|
||||
#include <rtems/endian.h>
|
||||
#if !defined(IEEEFP)
|
||||
#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