diff options
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/lto/lto-lang.c | 4 | ||||
-rw-r--r-- | gcc/lto/lto-object.c | 4 | ||||
-rw-r--r-- | gcc/lto/lto-partition.c | 4 | ||||
-rw-r--r-- | gcc/lto/lto-partition.h | 1 | ||||
-rw-r--r-- | gcc/lto/lto-symtab.c | 4 | ||||
-rw-r--r-- | gcc/lto/lto.c | 5 | ||||
-rw-r--r-- | gcc/lto/lto.h | 2 |
8 files changed, 10 insertions, 24 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 9ad289a..86771fe 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,13 @@ +2015-06-08 Andrew MacLeod <amacleod@redhat.com> + + * lto-lang.c : Adjust include files. + * lto-object.c : Likewise. + * lto-partition.c : Likewise. + * lto-partition.h : Likewise. + * lto-symtab.c : Likewise. + * lto.c : Likewise. + * lto.h : Likewise. + 2015-06-06 Jan Hubicka <hubicka@ucw.cz> PR lto/65378 diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index e1d6b7f..f9c908a 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -23,12 +23,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "flags.h" #include "tm.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stringpool.h" @@ -52,7 +49,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "toplev.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c index 714f872..6a4d5ca 100644 --- a/gcc/lto/lto-object.c +++ b/gcc/lto/lto-object.c @@ -21,13 +21,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" @@ -43,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "diagnostic-core.h" #include "lto.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c index 823661a..52a791c 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -21,13 +21,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "toplev.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" @@ -41,7 +38,6 @@ along with GCC; see the file COPYING3. If not see #include "gimple-expr.h" #include "is-a.h" #include "gimple.h" -#include "hash-map.h" #include "plugin-api.h" #include "ipa-ref.h" #include "cgraph.h" diff --git a/gcc/lto/lto-partition.h b/gcc/lto/lto-partition.h index a44e8e7..904b1b4 100644 --- a/gcc/lto/lto-partition.h +++ b/gcc/lto/lto-partition.h @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#include "hash-set.h" /* Structure describing ltrans partitions. */ diff --git a/gcc/lto/lto-symtab.c b/gcc/lto/lto-symtab.c index e808006..a6393c8 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -22,13 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "diagnostic-core.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "predict.h" @@ -43,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "plugin-api.h" -#include "hash-map.h" #include "ipa-ref.h" #include "cgraph.h" #include "lto-streamer.h" diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index b93e512..b8e73cd 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -23,13 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "opts.h" #include "toplev.h" -#include "hash-set.h" -#include "vec.h" #include "input.h" #include "alias.h" #include "symtab.h" #include "options.h" -#include "inchash.h" #include "tree.h" #include "fold-const.h" #include "stor-layout.h" @@ -37,7 +34,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "predict.h" #include "basic-block.h" -#include "hash-map.h" #include "is-a.h" #include "plugin-api.h" #include "hard-reg-set.h" @@ -49,7 +45,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "langhooks.h" #include "bitmap.h" -#include "inchash.h" #include "alloc-pool.h" #include "symbol-summary.h" #include "ipa-prop.h" diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h index 7b2c2c9..8f38ee8 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see #ifndef LTO_H #define LTO_H -#include "hashtab.h" -#include "vec.h" /* A file. */ typedef struct lto_file_struct |