summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:00:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:00:37 +0000
commit2cc1b43b57815e8ebfb0545acb164e7fdf31eae5 (patch)
tree96f64e2d80e339e2f0e5545877b3d7fe53019d18 /cpukit/rtems/include/rtems/rtems/types.h
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2cc1b43b57815e8ebfb0545acb164e7fdf31eae5.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/monitor/mon-monitor.c, rtems/include/rtems/rtems/types.h: Do not have fp context type when no hardware or software floating point is available.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/types.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/rtems/include/rtems/rtems/types.h
index d3907d20e4..a0633e16a9 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/rtems/include/rtems/rtems/types.h
@@ -75,10 +75,12 @@ typedef Objects_Id rtems_id;
*/
typedef Context_Control rtems_context;
+#if (CPU_HARDWARE_FP == TRUE) || (CPU_SOFTWARE_FP == TRUE)
/**
* This type is the public name for task floating point context area.
*/
typedef Context_Control_fp rtems_context_fp;
+#endif
/**
* This type is the public name for the architecture specific