[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.
This commit is contained in:
Piotr Trojanek 2020-06-25 14:37:44 +02:00 committed by Pierre-Marie de Rodat
parent c7c7dd3a1d
commit 64d5b75fc6
2 changed files with 2 additions and 2 deletions

View 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

View 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