mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
Add missing declaration.
gcc/ * config/mips/mips.h (micromips_globals): Declare. From-SVN: r223438
This commit is contained in:
parent
21b634ae9b
commit
ba57dd12d0
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user