[rtems commit] rtems: Do not switch off the FP attribute
Sebastian Huber
sebh at rtems.org
Thu Jun 11 11:22:45 UTC 2015
Module: rtems
Branch: master
Commit: aa2a62ce34a3f6335a41f1f10bbb40e36fb00fcd
Changeset: http://git.rtems.org/rtems/commit/?id=aa2a62ce34a3f6335a41f1f10bbb40e36fb00fcd
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jun 11 10:44:18 2015 +0200
rtems: Do not switch off the FP attribute
This is necessary after commit 335e5caa9a9e0f28acf94fe4c2871017fcd71794.
---
cpukit/rtems/include/rtems/rtems/attrimpl.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cpukit/rtems/include/rtems/rtems/attrimpl.h b/cpukit/rtems/include/rtems/rtems/attrimpl.h
index a32c370..bb8e5f8 100644
--- a/cpukit/rtems/include/rtems/rtems/attrimpl.h
+++ b/cpukit/rtems/include/rtems/rtems/attrimpl.h
@@ -39,11 +39,7 @@ extern "C" {
* This attribute constant indicates the attributes that are not
* supportable given the hardware configuration.
*/
-#if ( CPU_HARDWARE_FP == TRUE ) || ( CPU_SOFTWARE_FP == TRUE )
#define ATTRIBUTES_NOT_SUPPORTED 0
-#else
-#define ATTRIBUTES_NOT_SUPPORTED RTEMS_FLOATING_POINT
-#endif
/**
* This attribute constant indicates the attributes that are
More information about the vc
mailing list