mips.h (target_flags_explicit): Declare for GENERATOR_FILE.
* config/mips/mips.h (target_flags_explicit): Declare for GENERATOR_FILE. From-SVN: r164958
This commit is contained in:
parent
6703f185d4
commit
f770d743df
2 changed files with 11 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue