]> gcc.gnu.org Git - gcc.git/commitdiff
sh-c.c: Fix typo in include of file attribs.h.
authorOleg Endo <olegendo@gcc.gnu.org>
Tue, 19 Nov 2013 18:34:44 +0000 (18:34 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Tue, 19 Nov 2013 18:34:44 +0000 (18:34 +0000)
* config/sh/sh-c.c: Fix typo in include of file attribs.h.

From-SVN: r205052

gcc/ChangeLog
gcc/config/sh/sh-c.c

index e128ec3d794c5d387f45a1f002d1a7041e3f0bf8..2addc2bc558d89897466ac8f4225e604327a76e0 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-19  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * config/sh/sh-c.c: Fix typo in include of file attribs.h.
+
 2013-11-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/arm/arm.c (arm_new_rtx_costs):
index 22e291d2b76d5921128b467a8ab93b7c68b402c3..0d7937f4822da8f7a74f4bf1ff1e1e21d8a7cbcc 100644 (file)
@@ -24,7 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "tree.h"
 #include "stringpool.h"
-#include "attribs.h.h"
+#include "attribs.h"
 #include "tm_p.h"
 #include "cpplib.h"
 #include "c-family/c-common.h"
This page took 0.112412 seconds and 5 git commands to generate.