aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2020-06-25 14:37:44 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-10-16 03:31:16 -0400
commit64d5b75fc6efe4e222f7ffb4d64d3ee93afea398 (patch)
treeb37d1db0d35770505ecbf2e3a972bb7b7e79d0eb /gcc/ada
parentc7c7dd3a1ded3f8bcdbfb352277246a521108710 (diff)
downloadgcc-64d5b75fc6efe4e222f7ffb4d64d3ee93afea398.zip
gcc-64d5b75fc6efe4e222f7ffb4d64d3ee93afea398.tar.gz
gcc-64d5b75fc6efe4e222f7ffb4d64d3ee93afea398.tar.bz2
[Ada] Fix documentation of No_Local_Timing_Events
gcc/ada/ * doc/gnat_rm/standard_and_implementation_defined_restrictions.rst (No_Local_Timing_Events): Package Timing_Events is a child of Ada.Real_Time, not of Ada. * gnat_rm.texi: Regenerate.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst2
-rw-r--r--gcc/ada/gnat_rm.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst b/gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
index b0f59cf..3e7dc051 100644
--- a/gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
+++ b/gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
@@ -496,7 +496,7 @@ No_Local_Timing_Events
----------------------
.. index:: No_Local_Timing_Events
-[RM D.7] All objects of type Ada.Timing_Events.Timing_Event are
+[RM D.7] All objects of type Ada.Real_Time.Timing_Events.Timing_Event are
declared at the library level.
No_Long_Long_Integers
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
index 60a40f61..efbd37d 100644
--- a/gcc/ada/gnat_rm.texi
+++ b/gcc/ada/gnat_rm.texi
@@ -12681,7 +12681,7 @@ only declared at the library level.
@geindex No_Local_Timing_Events
-[RM D.7] All objects of type Ada.Timing_Events.Timing_Event are
+[RM D.7] All objects of type Ada.Real_Time.Timing_Events.Timing_Event are
declared at the library level.
@node No_Long_Long_Integers,No_Multiple_Elaboration,No_Local_Timing_Events,Partition-Wide Restrictions