[Ada] Fix documentation of No_Local_Timing_Events
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 25 Jun 2020 12:37:44 +0000 (14:37 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 16 Oct 2020 07:31:16 +0000 (03:31 -0400)
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.

gcc/ada/doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
gcc/ada/gnat_rm.texi

index b0f59cfb5e0195145a1d8c955198610cc8def0e3..3e7dc051eba2925b18c1c72856400d7b6b10e2a1 100644 (file)
@@ -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
index 60a40f615831a45c127b4e7107859f91fa6e217c..efbd37d325d0c5337d897574b4dd104683235a2e 100644 (file)
@@ -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