Add missing declaration.

gcc/
	* config/mips/mips.h (micromips_globals): Declare.

From-SVN: r223438
This commit is contained in:
Robert Suchanek 2015-05-20 10:35:21 +00:00 committed by Robert Suchanek
parent 21b634ae9b
commit ba57dd12d0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
* config/mips/mips.h (micromips_globals): Declare.
2015-05-20 David Malcolm <dmalcolm@redhat.com>
* timevar.def (TV_INITIALIZE_RTL): New.

View File

@ -3108,6 +3108,7 @@ extern const struct mips_cpu_info *mips_arch_info;
extern const struct mips_cpu_info *mips_tune_info;
extern unsigned int mips_base_compression_flags;
extern GTY(()) struct target_globals *mips16_globals;
extern GTY(()) struct target_globals *micromips_globals;
#endif
/* Enable querying of DFA units. */