The recent comdat group changes broke the mips build because mips.c
was not including cgraph.h.  I am checking in the following patch
as obvious to fix the mips build.


2014-05-27  Steve Ellcey  <sell...@mips.com>

        * config/mips/mips.c: Add include of cgraph.h.


diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index eefcfd2..46e6b81 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -71,6 +71,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "opts.h"
 #include "tree-pass.h"
 #include "context.h"
+#include "cgraph.h"
 
 /* True if X is an UNSPEC wrapper around a SYMBOL_REF or LABEL_REF.  */
 #define UNSPEC_ADDRESS_P(X)                                    \

Reply via email to