diff options
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5999da11bee..93efb49ff0f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,25 @@ +2015-01-09 Michael Collison <michael.collison@linaro.org> + + * gcc-interface/cuintp.c: Include hash-set.h, machmode.h, + vec.h, double-int.h, input.h, alias.h, symtab.h, + fold-const.h, wide-int.h, and inchash.h due to + flattening of tree.h. + * gcc-interface/decl.c: Ditto. + * gcc-interface/misc.c: Ditto. + * gcc-interface/targtyps.c: Include hash-set.h, machmode.h, + vec.h, double-int.h, input.h, alias.h, symtab.h, options.h, + fold-const.h, wide-int.h, and inchash.h due to + flattening of tree.h. + * gcc-interface/trans.c: Include hash-set.h, machmode.h, + vec.h, double-int.h, input.h, alias.h, symtab.h, real.h, + fold-const.h, wide-int.h, inchash.h due to + flattening of tree.h. + * gcc-interface/utils.c: Include hash-set.h, machmode.h, + vec.h, double-int.h, input.h, alias.h, symtab.h, + fold-const.h, wide-int.h, and inchash.h due to + flattening of tree.h. + * gcc-interface/utils2.c: Ditto. + 2015-01-07 Robert Dewar <dewar@adacore.com> * sem_warn.adb (Check_One_Unit): Don't give unused entities |