]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix missing include of header file in mips.c.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2017 16:47:56 +0000 (16:47 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2017 16:47:56 +0000 (16:47 +0000)
2017-08-07  Martin Liska  <mliska@suse.cz>

* config/mips/mips.c: Include attribs.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250924 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.c

index d77a93323e160bb56f25f42fa4da10d438ef094c..7579f410ea86949c62228b2379c97f99bbe3151f 100644 (file)
@@ -1,3 +1,7 @@
+2017-08-07  Martin Liska  <mliska@suse.cz>
+
+       * config/mips/mips.c: Include attribs.h.
+
 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/68829
index 6bfd86a07af4b93b157d1c2f36a4e9a50272b652..d2737a6ee8050315ea555ec1d94e7bd026b758fe 100644 (file)
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "df.h"
 #include "tm_p.h"
 #include "stringpool.h"
+#include "attribs.h"
 #include "optabs.h"
 #include "regs.h"
 #include "emit-rtl.h"