From f770d743dff94382ba35cb2ff263cfdc64c34a84 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 4 Oct 2010 21:10:06 +0100 Subject: [PATCH] mips.h (target_flags_explicit): Declare for GENERATOR_FILE. * config/mips/mips.h (target_flags_explicit): Declare for GENERATOR_FILE. From-SVN: r164958 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index adf2d843e20..f3ff350f01e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-04 Joseph Myers + + * config/mips/mips.h (target_flags_explicit): Declare for + GENERATOR_FILE. + 2010-10-04 Andi Kleen * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov, diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 608c2096123..23dba7c7153 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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),