GENERATOR_FILE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164958
138bc75d-0d04-0410-961f-
82ee72b054a4
+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,
#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),