diff options
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 73287909d69..dc3354b7ee9 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,17 @@ +2015-01-09 Michael Collison <michael.collison@linaro.org> + + * lto.c: Include hash-set.h, machmode.h, vec.h, double-int.h, + input.h, alias.h, symtab.h, options, fold-const.h, + wide-int.h, and inchash.h due to flattening of tree.h. + * lto-lang.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. + * lto-object.c: Include hash-set.h, machmode.h, vec.h, double-int.h, + input.h, alias.h, symtab.h, options, fold-const.h, + wide-int.h, and inchash.h due to flattening of tree.h. + * lto-partition.c: Ditto. + * lto-symtab.c: Ditto. + 2015-01-05 Jakub Jelinek <jakub@redhat.com> Update copyright years. |