Add missing declaration.
authorRobert Suchanek <robert.suchanek@imgtec.com>
Wed, 20 May 2015 10:35:21 +0000 (10:35 +0000)
committerRobert Suchanek <rts@gcc.gnu.org>
Wed, 20 May 2015 10:35:21 +0000 (10:35 +0000)
gcc/
* config/mips/mips.h (micromips_globals): Declare.

From-SVN: r223438

gcc/ChangeLog
gcc/config/mips/mips.h

index 5a77881bfb218f053a3f82ae6dcdb63bebc6b181..9ef04cb266577089c91ebcb578c12997c696a71b 100644 (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.
index 2fa47249b5463cfbcc747a2c0a9732d1a1f787d2..b4c6e5f09de5eff7bfadfe2df9b49693f6a87527 100644 (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.  */