diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-01-30 12:53:27 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-01-30 12:53:27 +0100 |
commit | f849ad6ff8acbccd10cd3f3e2277ba1fc9a0cb66 (patch) | |
tree | e1c4661a1d7e0011561b6ba16029f5f972c60f67 /gcc/ada/ChangeLog | |
parent | 37da997b17c1352e72d661f1426d78aa488c3399 (diff) | |
download | gcc-f849ad6ff8acbccd10cd3f3e2277ba1fc9a0cb66.zip gcc-f849ad6ff8acbccd10cd3f3e2277ba1fc9a0cb66.tar.gz gcc-f849ad6ff8acbccd10cd3f3e2277ba1fc9a0cb66.tar.bz2 |
[multiple changes]
2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch7.adb (Build_Finalizer_Call): Set loc again.
* exp_ch11.adb (Expand_At_End_Handler): Do not provide a source
location for the wrapped call to the original AT_END routine
and the subsequent return statement.
2012-01-30 Pascal Obry <obry@adacore.com>
* s-rannum.adb: Minor reformatting.
2012-01-30 Hristian Kirtchev <kirtchev@adacore.com>
* a-calend-vms.adb, a-calend.adb: Increment the number of leap seconds
to 25 and add the hard time value for 2012-06-30.
From-SVN: r183711
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index b50eacf..916f5a2 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,19 @@ +2012-01-30 Hristian Kirtchev <kirtchev@adacore.com> + + * exp_ch7.adb (Build_Finalizer_Call): Set loc again. + * exp_ch11.adb (Expand_At_End_Handler): Do not provide a source + location for the wrapped call to the original AT_END routine + and the subsequent return statement. + +2012-01-30 Pascal Obry <obry@adacore.com> + + * s-rannum.adb: Minor reformatting. + +2012-01-30 Hristian Kirtchev <kirtchev@adacore.com> + + * a-calend-vms.adb, a-calend.adb: Increment the number of leap seconds + to 25 and add the hard time value for 2012-06-30. + 2012-01-30 Robert Dewar <dewar@adacore.com> * a-strhas.ads, einfo.adb, einfo.ads, exp_ch7.adb, exp_ch9.adb, |