Commit f770d743 by Joseph Myers Committed by Joseph Myers

mips.h (target_flags_explicit): Declare for GENERATOR_FILE.

	* config/mips/mips.h (target_flags_explicit): Declare for
	GENERATOR_FILE.

From-SVN: r164958
parent 6703f185
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> 2010-10-04 Andi Kleen <ak@linux.intel.com>
* Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov, * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
...@@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see ...@@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see
#include "config/vxworks-dummy.h" #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. */ /* MIPS external variables defined in mips.c. */
/* Which ABI to use. ABI_32 (original 32, or o32), ABI_N32 (n32), /* Which ABI to use. ABI_32 (original 32, or o32), ABI_N32 (n32),
......
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