Commit 0fa16060 by Richard Sandiford Committed by Richard Sandiford

c-common.c: Don't include target-def.h.

gcc/c-family/
	* c-common.c: Don't include target-def.h.

gcc/
	* df-scan.c: Don't include target-def.h.
	* targhooks.c: Likewise.
	* config/arm/arm-c.c: Likewise.
	* config/i386/i386-c.c: Likewise.
	* config/nds32/nds32-cost.c: Likewise.
	* config/nds32/nds32-fp-as-gp.c: Likewise.
	* config/nds32/nds32-intrinsic.c: Likewise.
	* config/nds32/nds32-isr.c: Likewise.
	* config/nds32/nds32-md-auxiliary.c: Likewise.
	* config/nds32/nds32-memory-manipulation.c: Likewise.
	* config/nds32/nds32-pipelines-auxiliary.c: Likewise.
	* config/nds32/nds32-predicates.c: Likewise.

From-SVN: r224856
parent 6d9d1eeb
2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
* df-scan.c: Don't include target-def.h.
* targhooks.c: Likewise.
* config/arm/arm-c.c: Likewise.
* config/i386/i386-c.c: Likewise.
* config/nds32/nds32-cost.c: Likewise.
* config/nds32/nds32-fp-as-gp.c: Likewise.
* config/nds32/nds32-intrinsic.c: Likewise.
* config/nds32/nds32-isr.c: Likewise.
* config/nds32/nds32-md-auxiliary.c: Likewise.
* config/nds32/nds32-memory-manipulation.c: Likewise.
* config/nds32/nds32-pipelines-auxiliary.c: Likewise.
* config/nds32/nds32-predicates.c: Likewise.
2015-06-23 Richard Biener <rguenther@suse.de>
PR tree-optimization/66636
......
2015-06-23 Richard Sandiford <richard.sandiford@arm.com>
* c-common.c: Don't include target-def.h.
2015-06-23 Marek Polacek <polacek@redhat.com>
* c-common.c (warn_logical_operator): Use tree_int_cst_equal
......
......@@ -52,7 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "function.h"
#include "ipa-ref.h"
#include "cgraph.h"
#include "target-def.h"
#include "gimplify.h"
#include "wide-int-print.h"
#include "gimple-expr.h"
......
......@@ -27,7 +27,6 @@
#include "tm_p.h"
#include "c-family/c-common.h"
#include "target.h"
#include "target-def.h"
#include "c-family/c-pragma.h"
/* Output C specific EABI object attributes. These can not be done in
......
......@@ -29,7 +29,6 @@ along with GCC; see the file COPYING3. If not see
#include "flags.h"
#include "c-family/c-common.h"
#include "target.h"
#include "target-def.h"
#include "cpplib.h"
#include "c-family/c-pragma.h"
......
......@@ -64,7 +64,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -64,7 +64,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -64,7 +64,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -64,7 +64,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -65,7 +65,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -65,7 +65,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -65,7 +65,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -64,7 +64,6 @@
#include "tm-constrs.h"
#include "optabs.h" /* For GEN_FCN. */
#include "target.h"
#include "target-def.h"
#include "langhooks.h" /* For add_builtin_function(). */
#include "builtins.h"
......
......@@ -45,7 +45,6 @@ along with GCC; see the file COPYING3. If not see
#include "dumpfile.h"
#include "tree.h"
#include "target.h"
#include "target-def.h"
#include "df.h"
#include "emit-rtl.h" /* FIXME: Can go away once crtl is moved to rtl.h. */
......
......@@ -72,7 +72,6 @@ along with GCC; see the file COPYING3. If not see
#include "diagnostic-core.h"
#include "target.h"
#include "tm_p.h"
#include "target-def.h"
#include "regs.h"
#include "reload.h"
#include "insn-codes.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment