diff options
Diffstat (limited to 'gcc/lto/ChangeLog')
-rw-r--r-- | gcc/lto/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index af12a06..b089bbf 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,11 @@ +2015-06-17 Andrew MacLeod <amacleod@redhat.com> + + * lto-lang.c: Do not include input.h, line-map.h or is-a.h. + * lto-object.c: Likewise. + * lto-partition.c: Likewise. + * lto-symtab.c: Likewise. + * lto.c: Likewise. + 2015-06-14 Jan Hubicka <hubicka@ucw.cz> PR ipa/66181 |