restrict.ads: Add missing restrictions, and properly label all GNAT defined ones
authorRobert Dewar <dewar@adacore.com>
Wed, 28 May 2008 13:47:56 +0000 (15:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 28 May 2008 13:47:56 +0000 (15:47 +0200)
commit5b2217f83f77747f59c910a9f4a971c147b9c51f
tree26ecc70c04743ad3d5f0d5a3687242eff75c0fef
parent0b795892d2bb3638b44b03fbfd0087714ced817c
restrict.ads: Add missing restrictions, and properly label all GNAT defined ones

2008-05-28  Robert Dewar  <dewar@adacore.com>

* restrict.ads:
Add missing restrictions, and properly label all GNAT defined ones

* rtsfind.ads:
Add entry for Ada_Real_Time.Timing_Events.Timing_Event
Add entry for Ada.Task_Termination.Set_Specific_Handler
Add entry for Ada.Task_Termination.Specific_Handler

* s-rident.ads:
Add missing restrictions and properly mark all gnat defined ones

* sem_ch3.adb:
(Analyze_Object_Declaration): Check No_Local_Timing_Events restriction

* sem_res.adb:
(Resolve_Call): Check violation of No_Specific_Termination_Handlers

* gnat_rm.texi: Add missing restrictions, and properly label all
GNAT defined ones

From-SVN: r136087
gcc/ada/gnat_rm.texi
gcc/ada/restrict.ads
gcc/ada/rtsfind.ads
gcc/ada/s-rident.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_res.adb