* config/mips/mips.h (target_flags_explicit): Declare for
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2010 20:10:06 +0000 (20:10 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Oct 2010 20:10:06 +0000 (20:10 +0000)
GENERATOR_FILE.

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

gcc/ChangeLog
gcc/config/mips/mips.h

index adf2d84..f3ff350 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/mips/mips.h (target_flags_explicit): Declare for
+       GENERATOR_FILE.
+
 2010-10-04  Andi Kleen <ak@linux.intel.com>
 
        * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
index 608c209..23dba7c 100644 (file)
@@ -26,6 +26,12 @@ along with GCC; see the file COPYING3.  If not see
 
 #include "config/vxworks-dummy.h"
 
+#ifdef GENERATOR_FILE
+/* This is used in some insn conditions, so needs to be declared, but
+   does not need to be defined.  */
+extern int target_flags_explicit;
+#endif
+
 /* MIPS external variables defined in mips.c.  */
 
 /* Which ABI to use.  ABI_32 (original 32, or o32), ABI_N32 (n32),