From e49e4056c7d4b7fa35881cfc3522c6e038940e84 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Nov 2018 07:18:54 +0100 Subject: c-user: Update type deprecation Update #3584. Update #3587. Update #3589. --- c-user/rtems_data_types.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst index 6e76367..756ea96 100644 --- a/c-user/rtems_data_types.rst +++ b/c-user/rtems_data_types.rst @@ -50,20 +50,17 @@ alphabetical order: .. index:: rtems_boolean ``rtems_boolean`` - May only take on the values of ``TRUE`` and ``FALSE``. This type is - deprecated. Use ``bool`` instead. + This type is deprecated will be removed in RTEMS 6.1. Use ``bool`` instead. .. index:: rtems_context ``rtems_context`` - The CPU dependent data structure used to manage the integer and system - register portion of each task's context. + This type is deprecated will be removed in RTEMS 6.1. .. index:: rtems_context_fp ``rtems_context_fp`` - The CPU dependent data structure used to manage the floating point portion of - each task's context. + This type is deprecated will be removed in RTEMS 6.1. .. index:: rtems_device_driver @@ -88,8 +85,7 @@ alphabetical order: .. index:: rtems_double ``rtems_double`` - The RTEMS data type that corresponds to double precision floating point on - the target hardware. This type is deprecated. Use ``double`` instead. + This type is deprecated will be removed in RTEMS 6.1. Use ``double`` instead. .. index:: rtems_event_set @@ -256,8 +252,7 @@ alphabetical order: .. index:: rtems_single ``rtems_single`` - The RTEMS data type that corresponds to single precision floating point on - the target hardware. This type is deprecated. Use ``float`` instead. + This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead. .. index:: rtems_status_codes -- cgit v1.2.3