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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel