diff options
author | Robert Dewar <dewar@adacore.com> | 2008-05-28 15:48:45 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-28 15:48:45 +0200 |
commit | 00ea95170b661191fffee460554c33f075bcc733 (patch) | |
tree | 95bd6456b668fa71b590f0831114d4c4ed751d85 /gcc | |
parent | b970b571bb2860361e89e19726178e1decd33f5f (diff) | |
download | gcc-00ea95170b661191fffee460554c33f075bcc733.zip gcc-00ea95170b661191fffee460554c33f075bcc733.tar.gz gcc-00ea95170b661191fffee460554c33f075bcc733.tar.bz2 |
Resync.
From-SVN: r136091
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index ca22123..d1828f5 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,36 @@ +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 + +2008-05-28 Robert Dewar <dewar@adacore.com> + + * restrict.adb: + (Check_Restriction): violation of restriction No_Finalization is + treated as a serious error to stop expansion + +2008-05-28 Robert Dewar <dewar@adacore.com> + + * exp_util.adb: Minor reformatting + * exp_util.ads: Minor reformatting. + 2008-05-28 Arnaud Charlet <charlet@adacore.com> * Make-lang.in: Remove gprmake. |