[rtems commit] rtems: Remove rtems_context_fp

Sebastian Huber sebh at rtems.org
Tue Jul 14 05:26:19 UTC 2020


Module:    rtems
Branch:    master
Commit:    f8998f19da3dc33466a72555c80125baa9d49eb1
Changeset: http://git.rtems.org/rtems/commit/?id=f8998f19da3dc33466a72555c80125baa9d49eb1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu May 28 15:35:09 2020 +0200

rtems: Remove rtems_context_fp

This type was deprecated in RTEMS 5.1.

Close #3590.

---

 cpukit/include/rtems/rtems/types.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 870d443..cf748a0 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -89,13 +89,6 @@ typedef Objects_Id       rtems_id;
  */
 #define RTEMS_ID_NONE OBJECTS_ID_NONE
 
-#if (CPU_HARDWARE_FP == TRUE) || (CPU_SOFTWARE_FP == TRUE)
-/**
- * @brief Public name for task floating point context area.
- */
-typedef Context_Control_fp         rtems_context_fp RTEMS_DEPRECATED;
-#endif
-
 #if (CPU_ISR_PASSES_FRAME_POINTER == TRUE)
 /**
  * @brief Defines the format of the interrupt stack frame as it appears to a



More information about the vc mailing list