[rtems commit] rtems: Deprecate rtems_context_fp
Sebastian Huber
sebh at rtems.org
Fri Nov 9 06:25:55 UTC 2018
Module: rtems
Branch: master
Commit: 7e86e0027c15702224e722b4b94ed659204db87f
Changeset: http://git.rtems.org/rtems/commit/?id=7e86e0027c15702224e722b4b94ed659204db87f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 8 07:54:03 2018 +0100
rtems: Deprecate rtems_context_fp
The rtems_context_fp typedef as no corresponding API. A user can do
nothing with it.
Close #3589.
---
cpukit/include/rtems/rtems/types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 144b3cd..710e878 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -95,7 +95,7 @@ typedef Context_Control rtems_context RTEMS_DEPRECATED;
/**
* @brief Public name for task floating point context area.
*/
-typedef Context_Control_fp rtems_context_fp;
+typedef Context_Control_fp rtems_context_fp RTEMS_DEPRECATED;
#endif
#if (CPU_ISR_PASSES_FRAME_POINTER == TRUE)
More information about the vc
mailing list