From: Ronan Desplanques <desplanq...@adacore.com> The GNAT reference manual stated that GNAT did not implement this language-defined package, but GNAT in fact does offer an implementation of it.
gcc/ada/ChangeLog: * doc/gnat_rm/standard_library_routines.rst: Fix documentation. * gnat_rm.texi: Regenerate. * gnat_ugn.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/doc/gnat_rm/standard_library_routines.rst | 3 ++- gcc/ada/gnat_rm.texi | 3 ++- gcc/ada/gnat_ugn.texi | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ada/doc/gnat_rm/standard_library_routines.rst b/gcc/ada/doc/gnat_rm/standard_library_routines.rst index 2e7642652b2..a595be5c4f2 100644 --- a/gcc/ada/doc/gnat_rm/standard_library_routines.rst +++ b/gcc/ada/doc/gnat_rm/standard_library_routines.rst @@ -383,7 +383,8 @@ the unit is not implemented. then such a backward jump may occur. ``Ada.Real_Time.Timing_Events`` *(D.15)* - Not implemented in GNAT. + This package allows procedures to be executed at a specified time without + the use of a task or a delay statement. ``Ada.Sequential_IO`` *(A.8.1)* This package provides input-output facilities for sequential files, diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index ee22978b27c..e2e2c310524 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -21376,7 +21376,8 @@ then such a backward jump may occur. @item @code{Ada.Real_Time.Timing_Events} `(D.15)' -Not implemented in GNAT. +This package allows procedures to be executed at a specified time without +the use of a task or a delay statement. @item @code{Ada.Sequential_IO} `(A.8.1)' diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 662fe1c1642..d6c87ef5098 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -29839,8 +29839,8 @@ to permit their use in free software. @printindex ge -@anchor{d2}@w{ } @anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } +@anchor{d2}@w{ } @c %**end of body @bye -- 2.43.0