]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2015-07-09 Andrew MacLeod <amacleod@redhat.com>
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 2015 14:24:20 +0000 (14:24 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Jul 2015 14:24:20 +0000 (14:24 +0000)
* lto-streamer.h: Don't include target.h and alloc-pool.h.
* builtins.c: Adjust includes.
* gimple.c: Likewise.
* ipa-icf.c: Likewise.
* lto-opts.c: Likewise.
* ipa-reference.c: Likewise.
* lto-section-out.c: Likewise.
* lto-streamer-in.c: Likewise.
* lto-streamer-out.c: Likewise.
* opts-global.c: Likewise.
* symtab.c: Likewise.
* tree-chkp.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-streamer-in.c: Likewise.
* tree-streamer-out.c: Likewise.
* config/darwin.c: Likewise.
* config/i386/winnt.c: Likewise.

cp
2015-07-09  Andrew MacLeod  <amacleod@redhat.com>

* cp-ubsan.c: Don't include alloc-pool.h or lto-streamer.h.

lto
2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
* lto-lang.c: Adjust includes of target.h, alloc-pool.h and
lto-streamer.h.
* lto-object.c: Likewise.
* lto-partition.c: Likewise.
* lto-symtab.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225612 138bc75d-0d04-0410-961f-82ee72b054a4

25 files changed:
gcc/ChangeLog
gcc/builtins.c
gcc/config/darwin.c
gcc/config/i386/winnt.c
gcc/cp/ChangeLog
gcc/cp/cp-ubsan.c
gcc/gimple.c
gcc/ipa-icf.c
gcc/ipa-reference.c
gcc/lto-opts.c
gcc/lto-section-out.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/lto-streamer.h
gcc/lto/ChangeLog
gcc/lto/lto-lang.c
gcc/lto/lto-object.c
gcc/lto/lto-partition.c
gcc/lto/lto-symtab.c
gcc/opts-global.c
gcc/symtab.c
gcc/tree-chkp.c
gcc/tree-ssa-live.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c

index 8e05c427c45050e7df16063bb23f7541c3cf9f5e..14c55fc6f7005aac71b8474b2bf08ab419377dda 100644 (file)
@@ -1,3 +1,23 @@
+2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
+
+       * lto-streamer.h: Don't include target.h and alloc-pool.h.
+       * builtins.c: Adjust includes.
+       * gimple.c: Likewise.
+       * ipa-icf.c: Likewise.
+       * lto-opts.c: Likewise.
+       * ipa-reference.c: Likewise.
+       * lto-section-out.c: Likewise.
+       * lto-streamer-in.c: Likewise.
+       * lto-streamer-out.c: Likewise.
+       * opts-global.c: Likewise.
+       * symtab.c: Likewise.
+       * tree-chkp.c: Likewise.
+       * tree-ssa-live.c: Likewise.
+       * tree-streamer-in.c: Likewise.
+       * tree-streamer-out.c: Likewise.
+       * config/darwin.c: Likewise.
+       * config/i386/winnt.c: Likewise.
+
 2015-07-09  Richard Biener  <rguenther@suse.de>
 
        * genmatch.c (struct expr): Add force_single_use flag.
index 530cf85c08748714cd519c14ba71d04a8dcfc55f..4bdf2782a5c11962bb13659169aa32c09c7eff16 100644 (file)
@@ -60,7 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "builtins.h"
 #include "asan.h"
 #include "cilk.h"
-#include "lto-streamer.h"
 #include "cgraph.h"
 #include "tree-chkp.h"
 #include "rtl-chkp.h"
index ad703283e609274fb291411e3d3400467ea6904a..3e1ae5216cb8f742572894f95d6a5065011be4fa 100644 (file)
@@ -63,6 +63,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-eh.h"
 #include "gimplify.h"
 #include "cgraph.h"
+#include "alloc-pool.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
 
index e9c7d287b924c0c83ecc78a077ee2401b1090d7b..a2ee1abe20f8a576c8bd56458b0cfc2df5e97f73 100644 (file)
@@ -51,6 +51,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "gimple-fold.h"
 #include "tree-eh.h"
 #include "cgraph.h"
+#include "alloc-pool.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
 #include "builtins.h"
index b6cca3ade33c1b9051390f2519aaec3559026f8b..609c7ed460a4f0c3e4b4c81da0b27369e41e4592 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
+
+       * cp-ubsan.c: Don't include alloc-pool.h or lto-streamer.h.
+
 2015-07-08  Eric Botcazou  <ebotcazou@adacore.com>
 
        * decl2.c (cpp_check): Deal with IS_CONSTEXPR.
index 8fab27d65532b475c1508b6ec535395c6b041de7..6486218e8da50455a6b3d594d660b9b0f048973b 100644 (file)
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "cp-tree.h"
 #include "gimple.h"
 #include "options.h"
-#include "alloc-pool.h"
 #include "output.h"
 #include "toplev.h"
 #include "ubsan.h"
@@ -40,7 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "builtins.h"
 #include "fold-const.h"
 #include "stringpool.h"
-#include "lto-streamer.h"
 #include "cgraph.h"
 
 /* Test if we should instrument vptr access.  */
index 3d07857f9e211078c5c478e054b2215d6e50938c..b73ac2a7c9deab2e4e8f9ac57eedb774980dca76 100644 (file)
@@ -44,7 +44,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "alias.h"
 #include "demangle.h"
 #include "langhooks.h"
-#include "lto-streamer.h"
 #include "cgraph.h"
 
 
index c4386c0f762fd0249fb353d6b582d13dc2ddf787..a52448b401463789bda451726313672153bbd673 100644 (file)
@@ -89,6 +89,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "coverage.h"
 #include "attribs.h"
 #include "print-tree.h"
+#include "target.h"
 #include "lto-streamer.h"
 #include "data-streamer.h"
 #include "ipa-utils.h"
index 465a74bcc9f64d68aebb78aa3b9ac16cad92fa8c..c00fca34526b144fededf8a2956a56266bd4c340 100644 (file)
@@ -57,7 +57,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "flags.h"
 #include "diagnostic.h"
 #include "data-streamer.h"
-#include "lto-streamer.h"
 
 static void remove_node_data (struct cgraph_node *node,
                              void *data ATTRIBUTE_UNUSED);
index ae660d923295ce757f6a674a68b892b843adbab5..80cd172bebbe34f68ed4c1fa50bfcbb1618ae5d4 100644 (file)
@@ -36,6 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "common/common-target.h"
 #include "diagnostic.h"
 #include "cgraph.h"
+#include "target.h"
 #include "lto-streamer.h"
 #include "lto-section-names.h"
 #include "toplev.h"
index 83a9758eab63b2164a300cc442c15777145536fc..b4b5b077d2ac7b74fbb8ac65d9594d59a9978c11 100644 (file)
@@ -44,7 +44,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "langhooks.h"
 #include "cgraph.h"
 #include "data-streamer.h"
-#include "lto-streamer.h"
 #include "lto-compress.h"
 
 static vec<lto_out_decl_state_ptr> decl_state_stack;
index 45a1155d03fd5388768c7d02f0e30f81dd61bc06..b9cdd0040507504939db0f7582fafed39431fcf7 100644 (file)
@@ -54,6 +54,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "debug.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
+#include "target.h"
 #include "data-streamer.h"
 #include "gimple-streamer.h"
 #include "lto-streamer.h"
index a58c54ef5ba8c83d92e1576ecfaa07720f469853..8dcfcf57c5953d03f471bd59d2a7a622e8530263 100644 (file)
@@ -49,6 +49,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "lto-symtab.h"
 #include "cgraph.h"
+#include "target.h"
 #include "lto-streamer.h"
 #include "data-streamer.h"
 #include "gimple-streamer.h"
index 945b6ed4593d980a36ee4af449ed64ee234f5cb4..66a824e19b2718bec7181db5ee538d8e629cca4c 100644 (file)
@@ -24,8 +24,6 @@ along with GCC; see the file COPYING3.  If not see
 #define GCC_LTO_STREAMER_H
 
 #include "plugin-api.h"
-#include "target.h"
-#include "alloc-pool.h"
 #include "gcov-io.h"
 #include "diagnostic.h"
 
index 03d06e2e4cdc3c0fa6be98e2ef0e16771a74bc60..4f2d0ec34d7c094fd22a5b087ac001a1beb1b008 100644 (file)
@@ -1,3 +1,11 @@
+2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
+
+       * lto-lang.c: Adjust includes of target.h, alloc-pool.h and
+       lto-streamer.h.
+       * lto-object.c: Likewise.
+       * lto-partition.c: Likewise.
+       * lto-symtab.c: Likewise.
+
 2015-07-09  Andrew MacLeod  <amacleod@redhat.com>
 
        * lto-lang.c: Adjust includes for flags.h changes.
index 9bf6496ec65c4dcbf63ab6f0706fd74c1862f1bf..6e74a9a6dd0d79c42a4d5dfff04761a23586dd0f 100644 (file)
@@ -43,7 +43,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "toplev.h"
 #include "cgraph.h"
-#include "lto-streamer.h"
 #include "cilk.h"
 
 static tree lto_type_for_size (unsigned, int);
index 3f3ee954e923157c1bdccc7dc7d2e87a84e9a18f..087c6b11d6307d7a9a412ef2e7eef0e0d43e7a79 100644 (file)
@@ -35,7 +35,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "lto.h"
 #include "cgraph.h"
-#include "lto-streamer.h"
 #include "lto-section-names.h"
 #include "simple-object.h"
 
index 1f25702035fe16beb38ff6c7f92c01de0cc01759..8e5b555908f3861b20c8cf469ee62ac6cd965932 100644 (file)
@@ -33,10 +33,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "fold-const.h"
 #include "internal-fn.h"
 #include "cgraph.h"
+#include "target.h"
+#include "alloc-pool.h"
 #include "lto-streamer.h"
 #include "timevar.h"
 #include "params.h"
-#include "alloc-pool.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
 #include "ipa-inline.h"
index 87c81dd1795084acf10e58d85fec6870aec61e49..979579f4f161840508d168efb252bb146d2b58ff 100644 (file)
@@ -34,9 +34,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "fold-const.h"
 #include "internal-fn.h"
 #include "cgraph.h"
+#include "target.h"
+#include "alloc-pool.h"
 #include "lto-streamer.h"
 #include "ipa-utils.h"
-#include "alloc-pool.h"
 #include "symbol-summary.h"
 #include "ipa-prop.h"
 #include "ipa-inline.h"
index 50b32ac4502d942eebf22b91db45eadb5210dfc8..9f5050b1cab5439cf0b99de7c20b4cfbe6d858fb 100644 (file)
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "dbgcnt.h"
 #include "debug.h"
 #include "cgraph.h"
-#include "lto-streamer.h"
+#include "target.h"
 #include "output.h"
 #include "plugin.h"
 #include "toplev.h"
index 8abe0608c2971d1ed07f1ba8d1c5b92fd878bce5..756a62d8c7b13ae7e92e63547ade7c9d1622edd0 100644 (file)
@@ -36,6 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "cgraph.h"
 #include "diagnostic.h"
 #include "timevar.h"
+#include "target.h"
 #include "lto-streamer.h"
 #include "output.h"
 #include "ipa-utils.h"
index 731947ae5af80cf538a3954190b05c60f92949cb..1c8b5585985eebd79a2f73309ecbf0f297ba7fee 100644 (file)
@@ -60,7 +60,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-chkp.h"
 #include "gimple-walk.h"
 #include "tree-dfa.h"
-#include "lto-streamer.h"
 #include "cgraph.h"
 #include "ipa-chkp.h"
 #include "params.h"
index fc7f34e208924717da82bf7315307165627322fa..5b00f58c06e604f7af24229bb817a1b8a63f850b 100644 (file)
@@ -48,7 +48,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "debug.h"
 #include "tree-ssa.h"
-#include "lto-streamer.h"
 #include "cgraph.h"
 #include "ipa-utils.h"
 
index 4ebfeaec0081d648e2f88904c3c527852b58363f..14ecfbedbddd5314fbbff37435268ff8cbebe027 100644 (file)
@@ -33,10 +33,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "stringpool.h"
 #include "internal-fn.h"
 #include "cgraph.h"
+#include "target.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
 #include "streamer-hooks.h"
-#include "lto-streamer.h"
 #include "builtins.h"
 #include "ipa-chkp.h"
 #include "gomp-constants.h"
index dd910b47508068fa203404c5204f7c0ee0a97717..a0c46652c348b45a7143145a741e58a7bc56c845 100644 (file)
@@ -32,6 +32,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "stor-layout.h"
 #include "internal-fn.h"
 #include "cgraph.h"
+#include "target.h"
 #include "tree-streamer.h"
 #include "data-streamer.h"
 #include "streamer-hooks.h"