aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Suchanek <robert.suchanek@imgtec.com>2015-05-20 10:35:21 +0000
committerRobert Suchanek <rts@gcc.gnu.org>2015-05-20 10:35:21 +0000
commitba57dd12d088d9ef923def1ed2622332c1c50bca (patch)
tree8c2835b6c23443fbb57aa2de45efa41201d0fd06 /gcc
parent21b634ae9bc1c800784c7b009706477a9f49c1fb (diff)
downloadgcc-ba57dd12d088d9ef923def1ed2622332c1c50bca.zip
gcc-ba57dd12d088d9ef923def1ed2622332c1c50bca.tar.gz
gcc-ba57dd12d088d9ef923def1ed2622332c1c50bca.tar.bz2
Add missing declaration.
gcc/ * config/mips/mips.h (micromips_globals): Declare. From-SVN: r223438
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5a77881..9ef04cb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 2fa4724..b4c6e5f 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -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. */