[multiple changes]
[gcc.git] / gcc / ada / ChangeLog
index 971d62c9719b5ca2d41bcbdb7ef5c3cd07a383aa..d2381cdfcd05e00a5f467b7b15a0a3f89c134a6e 100644 (file)
@@ -1,3 +1,15 @@
+2014-07-17  Robert Dewar  <dewar@adacore.com>
+
+       * s-imguns.ads: Minor reformatting.
+
+2014-07-17  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * exp_ch7.adb (Build_Finalization_Master): Move all local
+       variables to the proper code section. When looking for an existing
+       finalization master, inspect the ultimate ancestor type of the
+       full view.
+       * sem_util.ads, sem_util.adb (Root_Type_Of_Full_View): New routine.
+
 2014-07-17  Robert Dewar  <dewar@adacore.com>
 
        * aspects.ads, aspects.adb: Add entries for aspect Annotate.