[PATCH 2/5] rtems: Deprecate rtems_context_fp

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Nov 8 07:05:48 UTC 2018


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 144b3cddb1..710e878666 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)
-- 
2.16.4




More information about the devel mailing list