diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-10-04 21:10:06 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-10-04 21:10:06 +0100 |
commit | f770d743dff94382ba35cb2ff263cfdc64c34a84 (patch) | |
tree | 091081f59bd09d801b98603522b553c71a39f1a4 /gcc/config/mips/mips.h | |
parent | 6703f185d4ddf982349c9c884226e3c72ca50130 (diff) | |
download | gcc-f770d743dff94382ba35cb2ff263cfdc64c34a84.zip gcc-f770d743dff94382ba35cb2ff263cfdc64c34a84.tar.gz gcc-f770d743dff94382ba35cb2ff263cfdc64c34a84.tar.bz2 |
mips.h (target_flags_explicit): Declare for GENERATOR_FILE.
* config/mips/mips.h (target_flags_explicit): Declare for
GENERATOR_FILE.
From-SVN: r164958
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 608c209..23dba7c 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), |